showMessageBox method

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

Implementation

@override
int showMessageBox(String title, String text, int msgIcon, int msgType) =>
    _invokeIntStrStrIntInt('ShowMessageBox', title, text, msgIcon, msgType);