chainedDocumentIntroComplete method

void chainedDocumentIntroComplete()

Called when the user taps the CTA on the chained document intro page. Marks the intro as shown and advances to the actual document step.

Implementation

void chainedDocumentIntroComplete() {
  _chainedDocIntroShown = true;
  goToStep(DataleonFlowStep.chainedCustomDocument);
  notifyListeners();
}