setScreenOrientationUser static method

dynamic setScreenOrientationUser()

Implementation

static setScreenOrientationUser() async {
  try {
    await _channel.invokeMethod('setScreenOrientationUser');
  } on MissingPluginException catch (_) {
    return;
  }
}