getFlow_Pre method

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

Implementation

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