Synchronously returns a View object that represents the current view
Example
const view = fin.View.getCurrentSync();
console.log(view);
Synchronously returns a View object that represents the current view
const view = fin.View.getCurrentSync();
console.log(view);