init method

void init(
  1. bool isShowLog,
  2. String logKey
)

Implementation

void init(bool isShowLog, String logKey) {
  this.isShowLog = isShowLog;
  this.logKey = logKey;
}