resumeCamera method

Future<bool> resumeCamera()

Implementation

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