getSetupStates method

Stream<BleSetupState> getSetupStates()

Notifies changes in the setup state.

Implementation

Stream<BleSetupState> getSetupStates() => _streamController.stream;