getCurrentLocation method

Future<String?> getCurrentLocation()

Implementation

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