getLocation method

Future<LocationInfo?> getLocation({
  1. int timeout = 5,
  2. bool useLastKnownLocation = false,
})

Implementation

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