getAllLogsAsString abstract method

Future<String?> getAllLogsAsString([
  1. int? waitTimeout = null
])

Returns all log entries generated for this session as a concatenated string. If there are asynchronous logs that are not delivered yet, this method waits for them until waitTimeout.

Implementation

Future<String?> getAllLogsAsString([int? waitTimeout = null]);