clearLogs method

Future<bool> clearLogs()

Clear the log buffer

Implementation

Future<bool> clearLogs() {
  throw UnimplementedError('clearLogs() has not been implemented.');
}