getLastKnownLocation method

Future<LocationInfo?> getLastKnownLocation()

Implementation

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