errorStateBuilder property

QrErrorBuilder? errorStateBuilder
final

The callback that is executed in the event of an error so that you can interrogate the exception and construct an alternative view to present to your user.

Implementation

final QrErrorBuilder? errorStateBuilder;