onDeviceDataReceived method

Stream<Uint8List> onDeviceDataReceived()

Implementation

Stream<Uint8List> onDeviceDataReceived() {
  throw UnimplementedError(
      'onDeviceDataReceived() has not been implemented.');
}