startDocumentScan method

Future<EkycResult> startDocumentScan(
  1. int documentType
)

Implementation

Future<EkycResult> startDocumentScan(int documentType) {
  throw UnimplementedError('startDocumentScan() has not been implemented.');
}