DocumentUploadNotifier constructor

DocumentUploadNotifier(
  1. Ref<Object?> _ref,
  2. DocumentVerificationType type
)

Implementation

DocumentUploadNotifier(this._ref, DocumentVerificationType type)
    : super(DocumentUploadState(verificationType: type));