call

fun call(method: String, params: List<Any?>?, timeoutInMs: Int): String?
fun call(method: String, params: List<Any?>?, response: (String?) -> Unit): Int