getWordBank method

Future<Catalog> getWordBank()

GET /catalog/word-bank

Convenience method for calling getCatalog with CatalogType.wordBank.

Implementation

Future<Catalog> getWordBank() => getCatalog(CatalogType.wordBank);