getCircleDetails static method

Implementation

static Future<List<AhaiCardVerticalTopBottomContentModel>>
    getCircleDetails() async {
  return AhaiConvertor.AhaiCardVerticalTopBottomContentFromMap(
      LocalData.circles);
}