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