menu
notifiable package
documentation
two_item_notifiable.dart
TwoItemNotifier<T, V>
removeListener method
removeListener method
dark_mode
light_mode
removeListener
method
void
removeListener
(
VoidCallback
listener
)
Implementation
void removeListener(VoidCallback listener) { _listeners.remove(listener); }
notifiable package
documentation
two_item_notifiable
TwoItemNotifier<T, V>
removeListener method
TwoItemNotifier class