display a Contact support setting option when supported by the server

This commit is contained in:
Florent Azavant
2025-02-10 20:43:15 -08:00
committed by Dat H. Pham
parent 0a00857a66
commit 772ac66d3b
8 changed files with 100 additions and 4 deletions
@@ -2430,6 +2430,13 @@ class AppLocalizations {
);
}
String get contactSupport {
return Intl.message(
'Contact support',
name: 'contactSupport',
);
}
String get subTitleReadReceiptRequestNotificationMessage {
return Intl.message(
'The sender has requested a Read receipt for this email. Send Read receipt?',