getInstalledApps method

int getInstalledApps(
  1. Pointer<UnsignedInt> appId,
  2. int maxAppIds
)

Implementation

int getInstalledApps(
  Pointer<UnsignedInt> appId,
  int maxAppIds,
) =>
    _getInstalledApps.call(
      this,
      appId,
      maxAppIds,
    );