showAleartDialog property

dynamic get showAleartDialog

Implementation

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