menu
flutter_meedu package
documentation
notifiers.dart
StateNotifier<S>
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(); }
flutter_meedu package
documentation
notifiers
StateNotifier<S>
clearListeners method
StateNotifier class