TF-1842: Trigger handleBackgroundTask when finish task on WorkObserver

(cherry picked from commit 36c2826c1d84d76fc76dda278b4d1ef33ecab2b1)
This commit is contained in:
HuyNguyen
2023-05-31 21:56:10 +07:00
committed by Dat Vu
parent fa5606ab24
commit 0556445f97
4 changed files with 56 additions and 26 deletions
@@ -2946,4 +2946,11 @@ class AppLocalizations {
name: 'openMailboxMenu'
);
}
String get messageHasBeenSentSuccessfully {
return Intl.message(
'Message has been sent successfully.',
name: 'messageHasBeenSentSuccessfully',
);
}
}