menu
feature_source_firebase package
documentation
feature_source_firebase.dart
FeaturesContainer
removeFeature method
removeFeature method
dark_mode
light_mode
removeFeature
method
@
override
void
removeFeature
(
String
key
)
override
Implementation
@override void removeFeature(String key) { _features.remove(key); }
feature_source_firebase package
documentation
feature_source_firebase
FeaturesContainer
removeFeature method
FeaturesContainer class