autoRotateStream property

Stream<bool> autoRotateStream

Listen to the device's auto rotate settings change

Implementation

Stream<bool> get autoRotateStream {
  throw UnimplementedError('autoRotateStream() has not been implemented.');
}