wtf$1 static method

int wtf$1(
  1. JString? string,
  2. JObject? throwable
)

from: static public int wtf(java.lang.String string, java.lang.Throwable throwable)

Implementation

static int wtf$1(jni$_.JString? string, jni$_.JObject? throwable) {
  final _$string = string?.reference ?? jni$_.jNullReference;
  final _$throwable = throwable?.reference ?? jni$_.jNullReference;
  return _wtf$1(
    _class.reference.pointer,
    _id_wtf$1 as jni$_.JMethodIDPtr,
    _$string.pointer,
    _$throwable.pointer,
  ).integer;
}