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