enqueue

inline fun <T> Call<T>.enqueue(crossinline callback: (T) -> Unit)

Asynchronously send the request and notify callback of the result.