menu
ble_backend package
documentation
state_notifier.dart
StateNotifier<State>
canNotifyState method
canNotifyState method
dark_mode
light_mode
canNotifyState
method
@protected
bool
canNotifyState
(
)
Implementation
@protected bool canNotifyState() { return !_stateStreamController.isClosed; }
ble_backend package
documentation
state_notifier
StateNotifier<State>
canNotifyState method
StateNotifier class