getOutput method

Future<String?> getOutput()
override

Returns the log output generated while running the session.

Implementation

Future<String?> getOutput() async => this.getAllLogsAsString();