search_Pre method

Future<AccountProto_SearchReply> search_Pre(
  1. ServiceCall $call,
  2. Future<AccountProto_SearchRequest> $request
)

Implementation

$async.Future<$2.AccountProto_SearchReply> search_Pre($grpc.ServiceCall $call, $async.Future<$2.AccountProto_SearchRequest> $request) async {
  return search($call, await $request);
}