menu
meedu package
documentation
notifiers/state_notifier.dart
PersistentStateMixin<State>
clearListeners method
clearListeners method
dark_mode
light_mode
clearListeners
method
@protected
Future
<
void
>
clearListeners
(
)
inherited
Implementation
@protected Future<void> clearListeners() async { await _isBusy?.future; _listeners.clear(); }
meedu package
documentation
notifiers/state_notifier
PersistentStateMixin<State>
clearListeners method
PersistentStateMixin mixin