onError property

The Stream that will contain any BleManagerCallbacksError that could occur during connection lifetime

Implementation

Stream<BleManagerCallbacksError> get onError => onErrorController.stream;