Sets the orientation lock to the desired status.
Future<void> setOrientationState(bool enabled) { return OrientationStateCheckerPlatform.instance .setOrientationState(enabled); }