isGyroscopeAvailable method

Future<bool> isGyroscopeAvailable()

Determines whether gyroscope is available.

Implementation

Future<bool> isGyroscopeAvailable() => isSensorAvailable(TYPE_GYROSCOPE);