create_Pre method

Future<ObjectReview> create_Pre(
  1. ServiceCall $call,
  2. Future<ObjectReview> $request
)

Implementation

$async.Future<$0.ObjectReview> create_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.ObjectReview> $request) async {
  return create($call, await $request);
}