disable method

void disable()

Method stops all Talker works

If you config package to handle errors or making logs, this method stop these processes

Implementation

void disable() {
  settings.enabled = false;
}