applyCafDocumentDetectorUI method
Future
applyCafDocumentDetectorUI(
- CafDocumentDetectorUIConfiguration documentDetectorUIConfiguration
override
Implementation
@override
Future applyCafDocumentDetectorUI(CafDocumentDetectorUIConfiguration documentDetectorUIConfiguration) async {
await methodChannel.invokeMethod('applyCafDocumentDetectorUI', {
"jsonString": jsonEncode(documentDetectorUIConfiguration)
});
}