applicationContext property
Context?
get
applicationContext
from: public abstract android.content.Context getApplicationContext()
The returned object must be released after use, by calling the release method.
Implementation
Context? get applicationContext {
return _get$applicationContext(
reference.pointer,
_id_get$applicationContext.pointer,
).object<Context?>();
}