devtools
devtools copied to clipboard
Support clickable links in the Notifications class
Currently, only plain text can be shown by calling Notifications.of(context).push('message'). We'd want to support clickable links as well for places where we'd want to link to an external site for more guidance.