Asynchronously returns a Window object that represents the current window
Example
fin.Window.getCurrent()
.then(wnd => console.log('current window'))
.catch(err => console.log(err));
Asynchronously returns a Window object that represents the current window
fin.Window.getCurrent()
.then(wnd => console.log('current window'))
.catch(err => console.log(err));