write abstract method

Future<void> write(
  1. String data
)

Writes the raw save data.

Implementation

Future<void> write(String data);