requestStoreAuthUrl method

SteamApiCall requestStoreAuthUrl(
  1. Pointer<Utf8> redirectUrl
)

Implementation

SteamApiCall requestStoreAuthUrl(
  Pointer<Utf8> redirectUrl,
) =>
    _requestStoreAuthUrl.call(
      this,
      redirectUrl,
    );