emptyResultScreen property

EmptyResultScreen? emptyResultScreen
getter/setter pair

A screen that will be displayed if no payment information could be extracted. If you do not want to display the screen at all, just set it to null.

Implementation

EmptyResultScreen? emptyResultScreen = EmptyResultScreen();