write method

Future<void> write(
  1. Uint8List data
)

写入字节列表

Implementation

Future<void> write(Uint8List data) async {}