listFlowTypes_Pre method

Future<ListFlowTypesResponse> listFlowTypes_Pre(
  1. ServiceCall call,
  2. Future<ListFlowTypesRequest> request
)

Implementation

$async.Future<$1.ListFlowTypesResponse> listFlowTypes_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.ListFlowTypesRequest> request) async {
  return listFlowTypes(call, await request);
}