Documentation

AppContext​.getInstance()

Returns the current application context.

static getInstance(): AppContext;

Notes

Errors

This method throws an error if the application context hasn’t been initialized yet.

Related