searchOrganizations_Pre method

Future<SearchOrganizationsResponse> searchOrganizations_Pre(
  1. ServiceCall call,
  2. Future<SearchOrganizationsRequest> request
)

Implementation

$async.Future<$9.SearchOrganizationsResponse> searchOrganizations_Pre($grpc.ServiceCall call, $async.Future<$9.SearchOrganizationsRequest> request) async {
  return searchOrganizations(call, await request);
}