write method

Future<void> write(
  1. Uint8List bytes
)

Implementation

Future<void> write(Uint8List bytes) {
  throw UnimplementedError();
}