connectionStream property

Stream<bool> get connectionStream

A stream of bool that emits connection status changes for the device.

Implementation

Stream<bool> get connectionStream => UniversalBle.connectionStream(deviceId);