horizontal static method

void horizontal()

Set orientation horizontal

Implementation

static void horizontal() => SystemChrome.setPreferredOrientations([
      DeviceOrientation.landscapeRight,
      DeviceOrientation.landscapeLeft,
    ]);