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

docs: Update README.md #523

Closed Pyranox closed 2 months ago

Pyranox commented 7 months ago

await is used but in a not asynchronous fonction -> just add async for the workmanager().executetask fonction

ened commented 2 months ago

Thank you