getLocation method

Future<void> getLocation()

Implementation

Future<void> getLocation() {
  throw UnimplementedError('getLocation() has not been implemented.');
}