switchCamera method

Future<bool> switchCamera(
  1. OcrKitCameraMode mode
)

Implementation

Future<bool> switchCamera(OcrKitCameraMode mode) {
  return OcrKitPlatform.instance.switchCamera(mode);
}