menu
flutter_andomie package
documentation
utils/soft_caller.dart
SoftCaller<Key extends Object>
removeCaller method
removeCaller method
dark_mode
light_mode
removeCaller
method
void
removeCaller
(
Key
key
)
Implementation
void removeCaller(Key key) { callers.remove(key); }
flutter_andomie package
documentation
utils/soft_caller
SoftCaller<Key extends Object>
removeCaller method
SoftCaller class