onRead method

  1. @Deprecated('Use `BluetoothConnection.input` instead')
Stream<Uint8List>? onRead()

Implementation

@Deprecated('Use `BluetoothConnection.input` instead')
Stream<Uint8List>? onRead() => _defaultConnection!.input;