virtual void flush();
Makes sure the data are written into SD/flash storage to prevent data corruption in case of unexpected power outage or cut.
LStorage.h
close() function also guarantees flush() function will be called.
LFile Class