itemSearch_Pre method
- ServiceCall $call,
- Future<
ItemSearchRequest> $request
Implementation
$async.Future<$0.GetItemsResponse> itemSearch_Pre($grpc.ServiceCall $call,
$async.Future<$0.ItemSearchRequest> $request) async {
return itemSearch($call, await $request);
}