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