write abstract method

Future<void> write(
  1. String data
)

Implementation

Future<void> write(final String data);