@override Future<String> getLogs() async { final result = await methodChannel.invokeMethod<String>('getLogs'); return result ?? ''; }