TF-1812 Abstract method in handle background task

(cherry picked from commit 16b62ed183e32f10ce9b1002f4097144317650f1)
This commit is contained in:
dab246
2023-05-24 11:27:28 +07:00
committed by Dat Vu
parent de341d4ffe
commit 1bbbbe191c
14 changed files with 37 additions and 39 deletions
@@ -1,4 +1,5 @@
class WorkManagerConstants {
static const String sendingEmailUniqueId = 'com.linagora.ios.teammail.sendingQueue';
static const String workerTypeKey = 'worker_type';
}