setUpScreenDirection static method

  1. @Deprecated('after version 0.0.3 to Use `setScreenDirection` method instead')
Future setUpScreenDirection(
  1. DeviceDirectionMask directionMask
)

Implementation

@Deprecated('after version 0.0.3 to Use `setScreenDirection` method instead')
static Future setUpScreenDirection(DeviceDirectionMask directionMask) async {
  await _channel.invokeMethod('changeScreenDirection', [directionMask.index]);
}