Is there a way to achieve task scheduling in flutter for both Android and iOS with flex interval

Viewed 51

Android introduced WorkManager which can be used for periodic requests or called task scheduling with flex intervals. The following figure shows it clearly.

enter image description here

Is there a way to achieve this in flutter for both Android and iOS at once?

0 Answers
Related