Deprecated. Please migrate to the Notifications API.
Creates a new Notification.
Example
fin.Notification.create({
url: 'https://cdn.openfin.co/docs/javascript/stable/tutorial-Notification.create.html',
timeout: 3000
}).show().then(() => console.log('Notification created')).catch(err => console.log(err));