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