IntentCallResultCallback typedef

IntentCallResultCallback = void Function(IntentCallInvocationEnvelope envelope, AgentResult result)

Implementation

typedef IntentCallResultCallback =
    void Function(IntentCallInvocationEnvelope envelope, AgentResult result);