The raw JniObject wrapped by this object. This can be used to perform low-level JNI operations that aren't exposed by JavaObject, such as access to specific overloaded methods.
Source
JniObject get jniObject => _object;
The raw JniObject wrapped by this object. This can be used to perform low-level JNI operations that aren't exposed by JavaObject, such as access to specific overloaded methods.
JniObject get jniObject => _object;