viewByID_Pre method

Future<WorkflowRule> viewByID_Pre(
  1. ServiceCall $call,
  2. Future<Identifier> $request
)

Implementation

$async.Future<$0.WorkflowRule> viewByID_Pre(
    $grpc.ServiceCall $call, $async.Future<$1.Identifier> $request) async {
  return viewByID($call, await $request);
}