I have just installed and created a blank project on Ionic 6 / Angular.
Next I want to try the gyroscope.
Looking at the documentation the latest I can find the gyroscope is in ionic 4:
ionic cordova plugin add cordova-plugin-gyroscope
npm install @ionic-native/gyroscope
I tried the above and it won't install.
So, how do I use the gyroscope on Ionic 6 or has it been removed?