withDebug method

SNSMobileSDKBuilder withDebug(
  1. bool isDebug
)

Implementation

SNSMobileSDKBuilder withDebug(bool isDebug) {
  this.isDebug = isDebug;
  return this;
}