sendRAWData method

Future<void> sendRAWData(
  1. Uint8List bytes
)

Implementation

Future<void> sendRAWData(Uint8List bytes) {
  throw UnimplementedError('sendRAWData() has not been implemented.');
}