OnDocumentTypeSelected typedef
OnDocumentTypeSelected =
void Function(VerificationType type)
Callback for when a document type is selected
Implementation
typedef OnDocumentTypeSelected = void Function(VerificationType type);