fluttercommunity / flutter_workmanager

A Flutter plugin which allows you to execute code in the background on Android and iOS.
825 stars 247 forks source link

Methods not working in example app isScheduledByUniqueName #553

Open nicolasvahidzein opened 2 months ago

nicolasvahidzein commented 2 months ago

This is strange, i just download the sample app and none of these methods are working:

isScheduledByUniqueName registerProcessingTask printScheduledTasks

Is the example outdated perhaps?