getConsumables static method

Future<List<AhaiCardHorizontalModel>> getConsumables()

Implementation

static Future<List<AhaiCardHorizontalModel>> getConsumables() async {
  return AhaiConvertor.AhaiCardHorizontalFromMap(LocalData.consumables);
}