menu
fastyle_firebase package
documentation
logic/blocs/remote_config.bloc.dart
FastFirebaseRemoteConfigBloc
getConfigBoolValue method
getConfigBoolValue method
dark_mode
light_mode
getConfigBoolValue
method
bool
getConfigBoolValue
(
String
key
)
Implementation
bool getConfigBoolValue(String key) { return currentState.getConfigBoolValue(key); }
fastyle_firebase package
documentation
logic/blocs/remote_config.bloc
FastFirebaseRemoteConfigBloc
getConfigBoolValue method
FastFirebaseRemoteConfigBloc class