exit method

void exit()

Tells the server to exit.

Implementation

void exit() => sendNotification('exit', null);