clearAllLogs static method

Future<void> clearAllLogs()

Clears Instabug internal log

Implementation

static Future<void> clearAllLogs() async {
  return _host.clearAllLogs();
}