Payment Error Message and Beneficiary Page

This commit is contained in:
2025-08-11 17:03:02 +05:30
parent e7bbab13ba
commit 8ae26e2f18
16 changed files with 111 additions and 47 deletions

View File

@@ -1408,6 +1408,12 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'Validate Beneficiary'**
String get validateBeneficiary;
/// No description provided for @themeMode.
///
/// In en, this message translates to:
/// **'Theme Mode'**
String get themeMode;
}
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {