w$1 static method
from: static public int w(java.lang.String string, java.lang.String string1, java.lang.Throwable throwable)
Implementation
static int w$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 _w$1(_class.reference.pointer, _id_w$1 as jni$_.JMethodIDPtr,
_$string.pointer, _$string1.pointer, _$throwable.pointer)
.integer;
}