showAlertDialog property

dynamic get showAlertDialog

Implementation

static get showAlertDialog async {
  await methodChannel.invokeMethod('showAlertDialog');
}