menu
swift_flutter package
documentation
core/lifecycle.dart
LifecycleController
removeData method
removeData method
dark_mode
light_mode
removeData
method
void
removeData
(
String
key
)
Remove data from lifecycle context
Implementation
void removeData(String key) { _data.remove(key); }
swift_flutter package
documentation
core/lifecycle
LifecycleController
removeData method
LifecycleController class