checkAutoRotate method

Future<bool> checkAutoRotate()

Check device auto rotate

Implementation

Future<bool> checkAutoRotate() {
  throw UnimplementedError('checkAutoRotate() has not been implemented.');
}