TF-1115 Handle onError for all controller

This commit is contained in:
dab246
2022-10-28 13:12:14 +07:00
committed by Dat H. Pham
parent ef08949e98
commit 490787fc11
28 changed files with 11 additions and 103 deletions
@@ -190,9 +190,6 @@ class MailboxController extends BaseMailboxController {
);
}
@override
void onError(error) {}
void _initWorker() {
accountIdWorker = ever(mailboxDashBoardController.accountId, (accountId) {
if (accountId is AccountId) {