showDialog method

  1. @override
Future showDialog()
override

Implementation

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