dispatcher

fun dispatcher(dispatcher: CoroutineDispatcher): AppConfiguration.Builder

The dispatcher used to execute internal tasks; most notably remote HTTP requests.

Return

the Builder instance used.