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