pauseInApp static method
Pauses in-app campaign evaluation/display.
While paused, the native SDK will not surface in-app popups. Useful for screens where a popup would be disruptive (checkout, video playback, etc.). Call resumeInApp to re-enable.
Implementation
static Future<void> pauseInApp() async {
await methodChannel.invokeMethod('pauseInApp');
}