flutter_background_fetch
flutter_background_fetch copied to clipboard
Currently Active Tasks Feature
var tasks=await BackgroundFetch.tasks(); << Future<List<String>> task()async{return await getTasks();}
now tasks = ['Task1','Task2',etc...]
thanks.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open.
This issue was closed because it has been inactive for 14 days since being marked as stale.