uninstallDLC method

void uninstallDLC(
  1. AppId nAppId
)

Implementation

void uninstallDLC(
  AppId nAppId,
) =>
    _uninstallDLC.call(
      this,
      nAppId,
    );