unlockScreenDirection static method
解锁屏幕方向
Implementation
static Future<void> unlockScreenDirection() {
return SystemChrome.setPreferredOrientations(DeviceOrientation.values);
}
解锁屏幕方向
static Future<void> unlockScreenDirection() {
return SystemChrome.setPreferredOrientations(DeviceOrientation.values);
}