disableLogging method

void disableLogging()

Implementation

void disableLogging() {
  _checkKey(_key, () => _items[_key]!.disableLogging());
}