menu
flutter_meteor package
documentation
shared_state/basic_shared_provider.dart
MeteorDoubleProvider
fetchState method
fetchState method
dark_mode
light_mode
fetchState
method
@
override
Future
<
double
?
>
fetchState
(
)
override
Implementation
@override Future<double?> fetchState() async { return await _cacheApi.getDouble(stateKey); }
flutter_meteor package
documentation
shared_state/basic_shared_provider
MeteorDoubleProvider
fetchState method
MeteorDoubleProvider class