setInAppMessageShouldPresentFlag method
Implementation
Future<void> setInAppMessageShouldPresentFlag(bool flag) async {
WidgetsFlutterBinding.ensureInitialized();
backgroundMethodChannel.invokeMethod(
"Injector/setInAppMessageShouldPresentFlag", flag);
}