call abstract method

TRes call({
  1. Input$FlowFlowTriggerInput? trigger,
  2. List<Input$FlowFlowActionInput>? actions,
})

Implementation

TRes call({
  Input$FlowFlowTriggerInput? trigger,
  List<Input$FlowFlowActionInput>? actions,
});