isGyroscopeAvailable method

Future<bool> isGyroscopeAvailable()

Determines whether gyroscope is available.

Implementation

Future<bool> isGyroscopeAvailable() => isSensorAvailable(SensorType.gyroscope);