hasTag_Pre method

Future<HasTagResponse> hasTag_Pre(
  1. ServiceCall $call,
  2. Future<HasTagRequest> $request
)

Implementation

$async.Future<$0.HasTagResponse> hasTag_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.HasTagRequest> $request) async {
  return hasTag($call, await $request);
}