startDeviceScan method

Future<String?> startDeviceScan(
  1. String mobileToken,
  2. String documentNumber,
  3. String sessionId,
  4. String eventId,
  5. String eventType,
  6. String environment,
)

Implementation

Future<String?> startDeviceScan(
  String mobileToken,
  String documentNumber,
  String sessionId,
  String eventId,
  String eventType,
  String environment,
){
  throw UnimplementedError('startDeviceScan() has not been implemented.');
}