getGyroscope method
Returns a Future with the gyroscope event.
Implementation
Future<GyroscopeEvent?> getGyroscope() {
throw UnimplementedError('platformVersion() has not been implemented.');
}
Returns a Future with the gyroscope event.
Future<GyroscopeEvent?> getGyroscope() {
throw UnimplementedError('platformVersion() has not been implemented.');
}