updateFlow_Pre method

Future<Flow> updateFlow_Pre(
  1. ServiceCall call,
  2. Future<UpdateFlowRequest> request
)

Implementation

$async.Future<$3.Flow> updateFlow_Pre($grpc.ServiceCall call,
    $async.Future<$3.UpdateFlowRequest> request) async {
  return updateFlow(call, await request);
}