postEvents

suspend fun postEvents(eventsToPost: Collection<T>)
fun postEvents(eventsToPost: Collection<T>, scope: CoroutineScope): Job