getFlow_Pre method

Future<GetFlowResponse> getFlow_Pre(
  1. ServiceCall call,
  2. Future<GetFlowRequest> request
)

Implementation

$async.Future<$0.GetFlowResponse> getFlow_Pre($grpc.ServiceCall call, $async.Future<$0.GetFlowRequest> request) async {
  return getFlow(call, await request);
}