disableInAppMessagesOnForegroundTransition static method
Prolong the presentation of in-app messages.
This API must be called before Repro.setup()
.
Implementation
static Future<void> disableInAppMessagesOnForegroundTransition() async {
await _invokeMethod('disableInAppMessagesOnForegroundTransition');
}