getBestLocation method

  1. @override
Future<String?> getBestLocation()
override

Returns the most accurate last-known fix across all enabled providers.

Implementation

@override
Future<String?> getBestLocation() async =>
    methodChannel.invokeMethod<String>('getBestLocation');