Gyroscope constructor
Gyroscope({
- required int inMillis,
Implementation
Gyroscope({required this.inMillis}) {
Library.checkIfOnWebProject();
}
Gyroscope({required this.inMillis}) {
Library.checkIfOnWebProject();
}