getLocation method

Future<Map<String, dynamic>?> getLocation()

Implementation

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