installDLC method

void installDLC(
  1. AppId nAppId
)

Implementation

void installDLC(
  AppId nAppId,
) =>
    _installDLC.call(
      this,
      nAppId,
    );