listSkus method

Future<List<Sku>> listSkus()

List this application's SKUs.

Implementation

Future<List<Sku>> listSkus() => manager.listSkus(id);