getDeviceOrientation method

Future<int> getDeviceOrientation()

Implementation

Future<int> getDeviceOrientation() async {
  throw UnimplementedError(
      'getDeviceOrientation() has not been implemented.');
}