init method

  1. @override
Future init()
override

Implementation

@override
Future init() async {
  getAllRescues = await instance.getAsync();
  getAvaliableVouchers = await instance.getAsync();
  rescuePrize = await instance.getAsync();
  changeVoucherStatus = await instance.getAsync();
  redemptionsByDate = await instance.getAsync();
  getRedemptionById = await instance.getAsync();
}