getLastKnownPosition method

Future<Position?> getLastKnownPosition({
  1. bool forceLocationManager = false,
})

Implementation

Future<Position?> getLastKnownPosition({bool forceLocationManager = false}) {
  throw UnimplementedError(
    'getLastKnownPosition() has not been implemented.',
  );
}