clearPresence method

void clearPresence()
inherited

Clears the previously set DiscordPresence for the user.

Implementation

void clearPresence() {
  _bindings.Discord_ClearPresence();
}