searchAgents_Pre method
Future<SearchAgentsResponse>
searchAgents_Pre(
- ServiceCall call,
- Future<
SearchAgentsRequest> request
Implementation
$async.Future<$2.SearchAgentsResponse> searchAgents_Pre(
$grpc.ServiceCall call,
$async.Future<$2.SearchAgentsRequest> request) async {
return searchAgents(call, await request);
}