stopService

fun Context.stopService(serviceClass: KClass<out Service>): Boolean
inline fun <T : Service> Context.stopService(): Boolean