createWindowContext$1 method
from: public android.content.Context createWindowContext(int i, android.os.Bundle bundle)
The returned object must be released after use, by calling the release method.
Implementation
Context? createWindowContext$1(
core$_.int i,
jni$_.JObject? bundle,
) {
final _$bundle = bundle?.reference ?? jni$_.jNullReference;
return _createWindowContext$1(
reference.pointer,
_id_createWindowContext$1.pointer,
i,
_$bundle.pointer,
).object<Context?>();
}