getDeviceOrientation method

Future<DeviceOrientationInfo> getDeviceOrientation()

Returns the current device orientation from the Android display.

Implementation

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