MessageBox.onError

This method is called if there is an error when showing the message box.

class MessageBox
void
onError
(
void delegate(
Throwable err
)
cb
)

Parameters

cb
Type: void delegate(
Throwable err
)

The call back to fire when there is an error.

Meta