notifyState method

  1. @protected
void notifyState(
  1. BleScannerState state
)
inherited

Implementation

@protected
void notifyState(State state) {
  if (canNotifyState()) _stateStreamController.add(state);
}