onDeviceConnectingController property

StreamController<ConnectionStateUpdate> onDeviceConnectingController
final

The StreamController that is used to trigger an event when a device is connecting

Implementation

final onDeviceConnectingController = StreamController<ConnectionStateUpdate>();