listFlowTriggerTypes_Pre method

Future<ListFlowTriggerTypesResponse> listFlowTriggerTypes_Pre(
  1. ServiceCall call,
  2. Future<ListFlowTriggerTypesRequest> request
)

Implementation

$async.Future<$0.ListFlowTriggerTypesResponse> listFlowTriggerTypes_Pre($grpc.ServiceCall call, $async.Future<$0.ListFlowTriggerTypesRequest> request) async {
  return listFlowTriggerTypes(call, await request);
}