addInAppExclude method

void addInAppExclude(
  1. String inApp
)

Adds an inAppExclude

Implementation

void addInAppExclude(String inApp) {
  _inAppExcludes.add(inApp);
}