getLoyalties method

Future<Catalog> getLoyalties()

GET /catalog/loyalties

Convenience method for calling getCatalog with CatalogType.loyalties.

Implementation

Future<Catalog> getLoyalties() => getCatalog(CatalogType.loyalties);