setAccountId method
Implementation
AnalyticsConfigBuilder setAccountId(String accountId) {
if (accountId.isEmpty) throw ArgumentError("AccountId must be provided");
this.accountId = accountId;
return this;
}
AnalyticsConfigBuilder setAccountId(String accountId) {
if (accountId.isEmpty) throw ArgumentError("AccountId must be provided");
this.accountId = accountId;
return this;
}