writeChunk method

Future<void> writeChunk(
  1. String session,
  2. Uint8List data
)

Implementation

Future<void> writeChunk(String session, Uint8List data) async {
  throw UnimplementedError('writeChunk() has not been implemented.');
}