How can I check the device orientation inside a flutter integration test within a flutter driver test?
SystemChrome.setPreferredOrientations
IS NOT AVAILABLE IN FLUTTER TEST!!! See:
CodePudding user response:
SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]);