enableInAppMessagesOnForegroundTransition static method

Future<void> enableInAppMessagesOnForegroundTransition()

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');
}