Gyroscope constructor

Gyroscope({
  1. required int inMillis,
})

Implementation

Gyroscope({required this.inMillis}) {
  Library.checkIfOnWebProject();
}