onDeviceConnecting property

Stream<ConnectionStateUpdate> onDeviceConnecting

The Stream that will contain the connecting event

Implementation

Stream<ConnectionStateUpdate> get onDeviceConnecting => onDeviceConnectingController.stream;