stopService method
from: public abstract boolean stopService(android.content.Intent intent)
Implementation
core$_.bool stopService(
jni$_.JObject? intent,
) {
final _$intent = intent?.reference ?? jni$_.jNullReference;
return _stopService(
reference.pointer,
_id_stopService.pointer,
_$intent.pointer,
).boolean;
}