init method
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();
}