sendStickyBroadcast$1 method
void
sendStickyBroadcast$1(
- JObject? intent,
- JObject? bundle
from: public void sendStickyBroadcast(android.content.Intent intent, android.os.Bundle bundle)
Implementation
void sendStickyBroadcast$1(
jni$_.JObject? intent,
jni$_.JObject? bundle,
) {
final _$intent = intent?.reference ?? jni$_.jNullReference;
final _$bundle = bundle?.reference ?? jni$_.jNullReference;
_sendStickyBroadcast$1(
reference.pointer,
_id_sendStickyBroadcast$1.pointer,
_$intent.pointer,
_$bundle.pointer,
).check();
}