Function call_ipc

Source
pub async fn call_ipc(
    channel: &Channel,
    method: &str,
    args: Value,
) -> Result<String>