setOcrRotation method

Future<bool?> setOcrRotation(
  1. int degree
)

Implementation

Future<bool?> setOcrRotation(int degree) {
  return CameraKitPlusPlatform.instance.setOcrRotation(degree);
}