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