i$1 static method
from: static public int i(java.lang.String string, java.lang.String string1, java.lang.Throwable throwable)
Implementation
static int i$1(
jni$_.JString? string,
jni$_.JString? string1,
jni$_.JObject? throwable,
) {
final _$string = string?.reference ?? jni$_.jNullReference;
final _$string1 = string1?.reference ?? jni$_.jNullReference;
final _$throwable = throwable?.reference ?? jni$_.jNullReference;
return _i$1(
_class.reference.pointer,
_id_i$1 as jni$_.JMethodIDPtr,
_$string.pointer,
_$string1.pointer,
_$throwable.pointer,
).integer;
}