closeInAppMessage method
This function closes the current in-app message. Args: campaignHash (String): An identifier of the in-app message campaign that is currently opened.
Implementation
void closeInAppMessage(String campaignHash) {
_methods.closeInAppMessage(campaignHash);
}