clearLogs method

Future<bool> clearLogs()

Clear the log buffer

Implementation

Future<bool> clearLogs() {
  return FlutterSingboxPlatform.instance.clearLogs();
}