pauseCamera method

Future<bool> pauseCamera()

Implementation

Future<bool> pauseCamera() {
  return OcrKitPlatform.instance.pauseCamera();
}