Dev-hwang / flutter_foreground_task

This plugin is used to implement a foreground service on the Android platform.
https://pub.dev/packages/flutter_foreground_task
MIT License
140 stars 105 forks source link

isOnceEvent option is missing #202

Closed firatluvu closed 1 month ago

firatluvu commented 6 months ago

isOnceEvent is missing from ForegroundTaskOptions where this option is clearly used in the example code and README. Where did isOnceEvent go?