write abstract method

Future<void> write(
  1. Uint8List data
)

Writes data to the stream

Implementation

Future<void> write(Uint8List data);