getAbilityWords method

Future<Catalog> getAbilityWords()

GET /catalog/ability-words

Convenience method for calling getCatalog with CatalogType.abilityWords.

Implementation

Future<Catalog> getAbilityWords() => getCatalog(CatalogType.abilityWords);