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