getAllLogs abstract method

Future<List<Log>> getAllLogs([
  1. int? waitTimeout = null
])

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

Implementation

Future<List<Log>> getAllLogs([int? waitTimeout = null]);