env property

GlobalJniEnv env
final

Points to a process-wide shared instance of GlobalJniEnv.

It provides an indirection over JniEnv so that it can be used from any thread, and always returns global object references.

Implementation

static final env = GlobalJniEnv(_fetchGlobalEnv());