startGyroscope abstract method

Future<Stream<SensorEvent>> startGyroscope(
  1. double samplingRate
)

Starts streaming gyroscope data at the given samplingRate (Hz).

Implementation

Future<Stream<SensorEvent>> startGyroscope(double samplingRate);