shutDown method

void shutDown()

Shuts down the Discord RPC.

Implementation

void shutDown() {
  _bindings.Discord_Shutdown();
}