notifyState method
- @protected
- BleCentralStatus state
inherited
Implementation
@protected
void notifyState(State state) {
if (canNotifyState()) _stateStreamController.add(state);
}
@protected
void notifyState(State state) {
if (canNotifyState()) _stateStreamController.add(state);
}