createIosAlertDialog method

CupertinoAlertDialog createIosAlertDialog()

Implementation

CupertinoAlertDialog createIosAlertDialog() {
  return CupertinoAlertDialog(
    content: alertContent,
    actions: actions,
  );
}