onErrorController property

StreamController<BleManagerCallbacksError> onErrorController
final

The StreamController that is used to trigger an event when an error occur during connection lifetime

Implementation

final onErrorController = StreamController<BleManagerCallbacksError>();