Basel-525k / geofence_foreground_service

Apache License 2.0
6 stars 5 forks source link

No implementation found for method removeAllGeoFences on channel ps.byshy.geofence/foreground_geofence_foreground_service #8

Open orkun1675 opened 2 months ago

orkun1675 commented 2 months ago

Please see title. It seems the Android platform code is missing this method.

Is it possible to add it? Or if not, document that it's only available for iOS?

Basel-525k commented 2 months ago

Thanks for reaching out! This issue is on our radar and will be addressed in a future release, although the timeline isn't set yet.

In the meantime, as a workaround, you can loop over the geofences and remove them one by one.

We’re always happy to accept pull requests, as community contributions are what make this package great 🙏. If you need any help with the process or have questions about the code, just let me know. I’m here to assist!