getLastKnownPosition method
Implementation
@override
Future<Position?> getLastKnownPosition({
bool forceLocationManager = false,
}) async {
// GeoClue2 does not expose a cached last-known position.
return null;
}
@override
Future<Position?> getLastKnownPosition({
bool forceLocationManager = false,
}) async {
// GeoClue2 does not expose a cached last-known position.
return null;
}