write method

Future<bool> write(
  1. Uint8List data
)

Implementation

Future<bool> write(Uint8List data) {
  throw UnimplementedError('write() has not been implemented.');
}