clearLogs method
Clears the V2Ray logs from the system logcat. Returns a Future that completes with a bool indicating success. On non-Android platforms, returns true.
Implementation
Future<bool> clearLogs() async {
throw UnimplementedError(
'clearLogs() has not been implemented.',
);
}