Returns the most accurate last-known fix across all enabled providers.
@override Future<String?> getBestLocation() async => methodChannel.invokeMethod<String>('getBestLocation');