start

abstract suspend fun start()

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