Clear the log buffer
@override Future<bool> clearLogs() async { final result = await methodChannel.invokeMethod<bool>('clearLogs'); return result ?? false; }