clearSessionLog method

Future clearSessionLog()

Implementation

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