offWork method

void offWork()

Implementation

void offWork() {
  slog.d("[Debug Tag $debugTag] offWork", tag: _tag);
  _working = false;
  streamBufferMaps.clear();
}