stop

abstract suspend fun stop()

Stops this service. Blocking in this function is not safe: consider using withContext(Dispatchers.IO) if you need to make blocking calls.