registerSteamGame method

void registerSteamGame()

Registers the steam game.

Implementation

void registerSteamGame() {
  _bindings.Discord_RegisterSteamGame(
    applicationId.toNativeUtf8(),
    (steamId ?? '').toNativeUtf8(),
  );
}