trashBot method

void trashBot()

Trash the collected bot. If no bot is collected, nothing will happen.

Implementation

void trashBot() {
  _bot = null;
}