FloatingLog constructor

FloatingLog(
  1. bool isShowLog,
  2. String logKey
)

Implementation

FloatingLog(bool isShowLog, String logKey) {
  init(isShowLog, logKey);
}