getCurrentPosition method
Implementation
Future<Position> getCurrentPosition({LocationSettings? locationSettings}) {
throw UnimplementedError('getCurrentPosition() has not been implemented.');
}
Future<Position> getCurrentPosition({LocationSettings? locationSettings}) {
throw UnimplementedError('getCurrentPosition() has not been implemented.');
}