unlockOrientation static method
解锁屏幕方向,允许所有方向
Implementation
static Future<void> unlockOrientation() async {
await SystemChrome.setPreferredOrientations(DeviceOrientation.values);
}
解锁屏幕方向,允许所有方向
static Future<void> unlockOrientation() async {
await SystemChrome.setPreferredOrientations(DeviceOrientation.values);
}