getDeviceOrientation method
Returns the current device orientation from the Android display.
Implementation
Future<DeviceOrientationInfo> getDeviceOrientation() {
throw UnimplementedError(
'getDeviceOrientation() has not been implemented.',
);
}