call

Function call 

Source
pub async fn call(
    action_id: String,
    method_id: String,
    provider_id: Option<String>,
    data: Value,
) -> Result<ResponseType, ServerFnError>