optOut method

void optOut(
  1. bool optOut
)

Implementation

void optOut(bool optOut) {
  RudderSdkPlatform.instance.optOut(optOut);
}