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