createAndroidAlertDialog method

AlertDialog createAndroidAlertDialog()

Implementation

AlertDialog createAndroidAlertDialog() {
  return AlertDialog(
    content: alertContent,
    actions: actions,
  );
}