startGyroscope abstract method
Starts streaming gyroscope data at the given samplingRate
(Hz).
Implementation
Future<Stream<SensorEvent>> startGyroscope(double samplingRate);
Starts streaming gyroscope data at the given samplingRate
(Hz).
Future<Stream<SensorEvent>> startGyroscope(double samplingRate);