simple_beacons_flutter
simple_beacons_flutter copied to clipboard
Background scanning is not working
I have a use case where i want to scan beacon in the background even if the app is killed.
await BeaconsPlugin.runInBackground(true);
added this for background but it is not working.