emptyResultScreen property
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();
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.
EmptyResultScreen? emptyResultScreen = EmptyResultScreen();