Created
January 13, 2019 01:23
-
-
Save ThinkDigitalSoftware/7e43f8a9702d5f263fcc0f59936d236d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void main() async { | |
await SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]); | |
runApp(MyApp()); | |
… | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment