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