flushLog function

Future<void> flushLog()

Implementation

Future<void> flushLog() async {
  await logFile?.flushAsync();
}