TF-32 Add presentation layer of download attachment for android platform

This commit is contained in:
dab246
2021-09-16 09:08:17 +07:00
committed by Dat H. Pham
parent 30dfb5aec6
commit 20f98ce541
18 changed files with 209 additions and 71 deletions
@@ -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',
);
}
}