exit method

void exit()

Send exit notification.

Implementation

void exit() {
  sendNotification('exit');
}