write method

Future<void> write()

Implementation

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