DocumentUploadNotifier constructor
DocumentUploadNotifier(
- Ref<
Object?> _ref, - DocumentVerificationType type
Implementation
DocumentUploadNotifier(this._ref, DocumentVerificationType type)
: super(DocumentUploadState(verificationType: type));