clearTodayLog method

Future clearTodayLog()

Implementation

Future clearTodayLog() async => await _logFile?.writeAsString("", mode: FileMode.writeOnly);