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