listFlowTriggerTypes method
ResponseFuture<ListFlowTriggerTypesResponse>
listFlowTriggerTypes(
- ListFlowTriggerTypesRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.ListFlowTriggerTypesResponse> listFlowTriggerTypes($0.ListFlowTriggerTypesRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$listFlowTriggerTypes, request, options: options);
}