isVoucherInprogress method

  1. @override
bool isVoucherInprogress()

Implementation

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