Pause or resume in-app messages
isPaused
Future<void> pauseInAppMessages(bool isPaused) { return _platform.pauseInAppMessages(isPaused); }