How to return a list of sceduled background tasks in flutter

172 Views Asked by At

I've been using the Workmanager plugin for flutter and would like to return a list of currently registered background tasks using something analogous to print(Workmanager.registeredBackgroundTasks).

This isn't a command within Workmanager. Is there a way to do this? presumably it's different for iOS and Android.

0

There are 0 best solutions below