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