search_Pre method
Future<ActivityLogProto_SearchReply>
search_Pre(
- ServiceCall $call,
- Future<
ActivityLogProto_SearchRequest> $request
Implementation
$async.Future<$0.ActivityLogProto_SearchReply> search_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.ActivityLogProto_SearchRequest> $request) async {
return search($call, await $request);
}