disableInAppMessagesOnForegroundTransition static method

Future<void> disableInAppMessagesOnForegroundTransition()

Prolong the presentation of in-app messages. This API must be called before Repro.setup().

Implementation

static Future<void> disableInAppMessagesOnForegroundTransition() async {
  await _invokeMethod('disableInAppMessagesOnForegroundTransition');
}