setAppmetricaProfileId method

void setAppmetricaProfileId(
  1. String appmetricaProfileId
)

Implementation

void setAppmetricaProfileId(String appmetricaProfileId) {
  _params['appmetrica_profile_id'] = appmetricaProfileId;
}