Skip to content

Commit

Permalink
Expose WebSettings class publicly.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Aug 6, 2024
1 parent b014f61 commit 1af607c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geolocator/lib/geolocator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export 'package:geolocator_android/geolocator_android.dart'
AndroidPosition;
export 'package:geolocator_apple/geolocator_apple.dart'
show AppleSettings, ActivityType;
export 'package:geolocator_web/geolocator_web.dart' show WebSettings;
export 'package:geolocator_web/web_settings.dart' show WebSettings;
export 'package:geolocator_platform_interface/geolocator_platform_interface.dart';

/// Wraps CLLocationManager (on iOS) and FusedLocationProviderClient or
Expand Down

0 comments on commit 1af607c

Please sign in to comment.