getLastKnownLocation method
Implementation
Future<LocationInfo?> getLastKnownLocation() async {
throw UnimplementedError(
'getLastKnownLocation() has not been implemented.');
}
Future<LocationInfo?> getLastKnownLocation() async {
throw UnimplementedError(
'getLastKnownLocation() has not been implemented.');
}