getLastLocation method

Future<Map<String, dynamic>> getLastLocation()

Implementation

Future<Map<String, dynamic>> getLastLocation() {
  throw UnimplementedError('getLastLocation() has not been implemented.');
}