getLocation method
Implementation
Future<LocationInfo?> getLocation(
{int timeout = 5, bool useLastKnownLocation = false}) {
throw UnimplementedError('getLocation() has not been implemented.');
}
Future<LocationInfo?> getLocation(
{int timeout = 5, bool useLastKnownLocation = false}) {
throw UnimplementedError('getLocation() has not been implemented.');
}