notify(opts)Send an in-Designer notification to the user. The notification can be styled as either a success, error, or general information message. Error messages provide users with the opportunity to close the Designer Extension.
opts : {message: string, type: 'Error' | 'Info' | 'Success'
The options for the notification.
Promise<Void>
A Promise that returns a value of undefined.