getTodayLog method

Future<String?> getTodayLog()

Implementation

Future<String?> getTodayLog() async => await _logFile?.readAsString();