PlatformMediumHelper constructor

PlatformMediumHelper(
  1. AppModel app,
  2. String ownerId,
  3. PrivilegeLevelRequiredSimple privilegeLevelRequired
)

Implementation

PlatformMediumHelper(
    AppModel app, String ownerId, this.privilegeLevelRequired)
    : super(app, ownerId, thePackageName);