getLogs method

Future<List<String>> getLogs()

Get current log buffer

Implementation

Future<List<String>> getLogs() {
  throw UnimplementedError('getLogs() has not been implemented.');
}