getBestLocation method

Future<String?> getBestLocation()

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

Implementation

Future<String?> getBestLocation() =>
    throw UnimplementedError('getBestLocation() has not been implemented.');