getLastLocation method

LocationData? getLastLocation()
inherited

Implementation

LocationData? getLastLocation() {
  return lastLocation;
}