clear method
Asynchronously flushes all the data in this
file leaving it to be empty.
Implementation
Future<void> clear() => writeAsString('');
Asynchronously flushes all the data in this
file leaving it to be empty.
Future<void> clear() => writeAsString('');