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.