connectionUpdateStream property

Stream<ConnectionStateUpdate> connectionUpdateStream

Listen to this stream to get connection updates for all the connected BLE devices.

It is important to subscribe to this stream before connecting to a device since it can happen that some results are missed.

Implementation

Stream<ConnectionStateUpdate> get connectionUpdateStream {
  throw UnimplementedError('connectionStream has not been implemented.');
}