flush method
Flushes this instance data.
- Flushes randomAccessFile.
Implementation
@override
void flush() {
try {
_io.flushSync();
} catch (_) {}
}
Flushes this instance data.
@override
void flush() {
try {
_io.flushSync();
} catch (_) {}
}