UserCancelledDialogError constructor
UserCancelledDialogError(
- String message
Create an instance of the error with the message of the error.
Implementation
UserCancelledDialogError(super.message);
Create an instance of the error with the message of the error.
UserCancelledDialogError(super.message);