close method

Future<void> close()

Implementation

Future<void> close() async {
  final logfilePath = await _logFilePath();
  await output.close(logfilePath);
}