getLastLocation method

Future<LocationRecord?> getLastLocation()

Get the most recent location record, if any.

Implementation

Future<LocationRecord?> getLastLocation() => _p.getLastLocation();