getGyroscope method

Future<GyroscopeEvent?> getGyroscope()

Returns a Future with the gyroscope event.

Implementation

Future<GyroscopeEvent?> getGyroscope() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}