shouldShowInAppMessagesAutomatically property

bool shouldShowInAppMessagesAutomatically
getter/setter pair

Whether we should show store in-app messages automatically. Both Google Play and the App Store provide in-app messages for some situations like billing issues. By default, those messages will be shown automatically. This allows to disable that behavior, so you can display those messages at your convenience. For more information, check: https://rev.cat/storekit-message and https://rev.cat/googleplayinappmessaging

Implementation

bool shouldShowInAppMessagesAutomatically = true;