Opens the passed URL in the default web browser.
Example
fin.System.openUrlWithBrowser('http://www.openfin.co').then(() => console.log('Opened URL')).catch(err => console.log(err));
Opens the passed URL in the default web browser.
fin.System.openUrlWithBrowser('http://www.openfin.co').then(() => console.log('Opened URL')).catch(err => console.log(err));