getCurrentLocation method

Future getCurrentLocation()

Implementation

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