shutdown method

void shutdown()

Implementation

void shutdown() {
  _send(ScreenshotMessages.quit);
}