withAppVersion method
Sets the app version.
Explicitly specifies the appVersion
that Flurry will use to group
Analytics data. Default is set to '1.0'. Maximum of 605 versions allowed
per app.
Implementation
Builder withAppVersion([String appVersion = '1.0']) {
builderAgent?.withAppVersion(appVersion);
return this;
}