stop method

void stop()

Stops the current operation or process.

This method should be called to terminate any ongoing tasks or processes that need to be halted. It ensures that resources are properly released and the system is left in a stable state.

Implementation

void stop() {
  throw LlamaException('Web not supported');
}