setGameDescription method

void setGameDescription(
  1. Pointer<Utf8> pszGameDescription
)

Implementation

void setGameDescription(
  Pointer<Utf8> pszGameDescription,
) =>
    _setGameDescription.call(
      this,
      pszGameDescription,
    );