setGameTags method

void setGameTags(
  1. Pointer<Utf8> gameTags
)

Implementation

void setGameTags(
  Pointer<Utf8> gameTags,
) =>
    _setGameTags.call(
      this,
      gameTags,
    );