applyCafDocumentDetector method

  1. @override
Future applyCafDocumentDetector(
  1. CafDocumentDetectorConfiguration documentDetectorConfiguration
)
override

Implementation

@override
Future applyCafDocumentDetector(CafDocumentDetectorConfiguration documentDetectorConfiguration) async {
  await methodChannel.invokeMethod('applyCafDocumentDetector', {
    "jsonString": jsonEncode(documentDetectorConfiguration)
  });
}