shutDown method

void shutDown()
inherited

Shuts down the Discord RPC.

Implementation

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