dialog function

AlertDialog dialog(
  1. String prop
)

Implementation

AlertDialog dialog(String prop) {
  return alertDialog(prop);
}