setInAppShownCallbackHandler method
Implementation
@override
void setInAppShownCallbackHandler(NotificationCallback handler) {
_checkInitialization();
_moengagePlugin.setInAppShownCallbackHandler(handler);
}
@override
void setInAppShownCallbackHandler(NotificationCallback handler) {
_checkInitialization();
_moengagePlugin.setInAppShownCallbackHandler(handler);
}