Asynchronously flushes all the data in this file leaving it to be empty.
this
Future<void> clear({bool flush = false}) => writeAsBytes([], flush: flush);