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