@override bool isVoucherInprogress() { final isLoading = prefs.getBool(PreferenceKeys().isVoucherInProgress); return isLoading ?? false; }