menu
mapbox_maps_flutter
mapbox_maps_flutter.dart
CompassSettingsManager
getSettings method
getSettings
dark_mode
light_mode
getSettings
method
Future
<
CompassSettings
>
getSettings
(
)
Returns the current
CompassSettings
.
Implementation
Future<CompassSettings> getSettings() => _impl.getSettings();
mapbox_maps_flutter
mapbox_maps_flutter
CompassSettingsManager
getSettings method
CompassSettingsManager class