https://github.com/flutter/flutter/issues/25971 In the GitHub thread, the community has managed to adjust the sample rate for android devices. My problem is that I'm building a web application using the "sensors_plus" flutter package and I can't seem to locate anywhere in the library/package where a sample rate / refresh rate for sensor data is set for the web build?
Does anyone know anything about this? is it even possible to adjust the sample rate when building for web with this package?
Sorry for the intricate question :)