searchAgents_Pre method

Future<SearchAgentsResponse> searchAgents_Pre(
  1. ServiceCall call,
  2. Future<SearchAgentsRequest> request
)

Implementation

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