TF-32 Add presentation layer of download attachment for android platform
This commit is contained in:
@@ -300,5 +300,19 @@ class AppLocalizations {
|
||||
name: 'an_error_occurred',
|
||||
);
|
||||
}
|
||||
|
||||
String get attachment_download_failed {
|
||||
return Intl.message(
|
||||
'Attachment download failed',
|
||||
name: 'attachment_download_failed',
|
||||
);
|
||||
}
|
||||
|
||||
String get attachment_download_successfully {
|
||||
return Intl.message(
|
||||
'Attachment downloaded successfully',
|
||||
name: 'attachment_download_successfully',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user