write method
Writes up to len
bytes from the buffer.
Throws TTransportError if there was an error writing data
Implementation
@override
Future<void> write(Int8List buffer, int offset, int length) {
throw Exception("No writing allowed!");
}
Writes up to len
bytes from the buffer.
Throws TTransportError if there was an error writing data
@override
Future<void> write(Int8List buffer, int offset, int length) {
throw Exception("No writing allowed!");
}