getCurrentPosition method
Implementation
Future<DevicePosition> getCurrentPosition({
DeviceLocationSettings? deviceLocationSettings,
}) {
throw UnimplementedError('getCurrentPosition() has not been implemented.');
}
Future<DevicePosition> getCurrentPosition({
DeviceLocationSettings? deviceLocationSettings,
}) {
throw UnimplementedError('getCurrentPosition() has not been implemented.');
}