isInLoadingState property

bool get isInLoadingState

Implementation

bool get isInLoadingState {
  return step == AgeVerificationStep.preparing ||
      step == AgeVerificationStep.startingSession ||
      isLoading;
}