Added ability to programatically close a specific toastr
In version 1.1.3 we
- added an optional "toastrId" parameter to all toastr message type calls
- added a "clearToastr(toastrId)" method to clear the toastr with the given toastrId (SVYX-92)
- added a convenience method "createToastrOptions" to create toastrOptions to not having to type an object to CustomType<webnotificationsToastr.toastrOptions>