Skip to main content

call_method

Function call_method 

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