onDeviceConnected property

Stream<ConnectionStateUpdate> onDeviceConnected

The Stream that will contain the connected event

Implementation

Stream<ConnectionStateUpdate> get onDeviceConnected => onDeviceConnectedController.stream;