TF-644 Add accessToken in download interactor attachments for web

This commit is contained in:
dab246
2022-06-13 18:01:06 +07:00
committed by Dat H. Pham
parent 4b91ce2d7c
commit 4a2addd77a
5 changed files with 90 additions and 37 deletions
@@ -9,7 +9,7 @@ class DownloadAttachmentForWebSuccess extends UIState {
}
class DownloadAttachmentForWebFailure extends FeatureFailure {
final exception;
final dynamic exception;
DownloadAttachmentForWebFailure(this.exception);