clearPresence method

void clearPresence()

Clears the previously set DiscordPresence for the user.

Implementation

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