clearSync method
Synchronously flushes all the data in this
file leaving it to be empty.
Implementation
void clearSync({bool flush = false}) => writeAsBytesSync([], flush: flush);
Synchronously flushes all the data in this
file leaving it to be empty.
void clearSync({bool flush = false}) => writeAsBytesSync([], flush: flush);