Synchronously returns an Application object that represents an existing application.
Example
const app = fin.Application.wrapSync({ uuid: 'testapp' });
await app.close();
Synchronously returns an Application object that represents an existing application.
const app = fin.Application.wrapSync({ uuid: 'testapp' });
await app.close();