Would like get current status of 'autorotate' system setting in Flutter application. Need to identify weather it is ON or OFF.
This can be done in android with the answer mentioned in the stackoverflow question. Android auto rotate on off status link. But need the same with Flutter which should work for both android and ios.
Apricates your suggestion.