enableInAppMessagesOnForegroundTransition static method
Enable showing the InApp when the app is in foreground. This API should usually be called when the app's splash screen is complete.
Implementation
static Future<void> enableInAppMessagesOnForegroundTransition() async {
await _invokeMethod('enableInAppMessagesOnForegroundTransition');
}