write abstract method

Future<void> write(
  1. String source,
  2. String data
)

Implementation

Future<void> write(String source, String data);