write method

Future<bool?> write(
  1. String text
)

Implementation

Future<bool?> write(String text) {
  throw UnimplementedError('write() has not been implemented.');
}