Answers for "restrick platform orientation flutter"

0

restrick platform orientation flutter

@override
dispose(){
  SystemChrome.setPreferredOrientations([
    DeviceOrientation.landscapeRight,
    DeviceOrientation.landscapeLeft,
    DeviceOrientation.portraitUp,
    DeviceOrientation.portraitDown,
  ]);
  super.dispose();
}
Posted by: Guest on April-28-2021

Browse Popular Code Answers by Language