takePicture method

Future<String?> takePicture()

Implementation

Future<String?> takePicture() {
  return OcrKitPlatform.instance.takePicture();
}