showMessageBox method

int showMessageBox(
  1. String title,
  2. String text,
  3. int msgIcon,
  4. int msgType,
)

Implementation

int showMessageBox(String title, String text, int msgIcon, int msgType) =>
    obj.showMessageBox(title, text, msgIcon, msgType);