getLastLocation method
Get the most recent location record, if any.
Implementation
Future<LocationRecord?> getLastLocation() => _p.getLastLocation();
Get the most recent location record, if any.
Future<LocationRecord?> getLastLocation() => _p.getLastLocation();