getLocation method

Future<Map?> getLocation()

for get location details

Implementation

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