classicConnectionEvents property

Stream<ClassicConnectionEvent> get classicConnectionEvents

Stream of Classic Bluetooth connection events

Implementation

Stream<ClassicConnectionEvent> get classicConnectionEvents {
  throw UnimplementedError(
      'classicConnectionEvents has not been implemented.');
}