setDebug method

void setDebug(
  1. bool b
)

Implementation

void setDebug(bool b) {
  JpushHarmonySdkPlatform.instance.setDebug(b);
}