setScreenOrientationAll method

  1. @override
void setScreenOrientationAll()
override

Implementation

@override
void setScreenOrientationAll() {
  methodChannel.invokeMethod('setScreenOrientationAll');
}