setAppVersion method
Set the running app's version string (semver, e.g. "3.2.1"). Used in the NPS push context for server-side version filtering.
Implementation
void setAppVersion(String appVersion) {
_appVersion = appVersion;
}
Set the running app's version string (semver, e.g. "3.2.1"). Used in the NPS push context for server-side version filtering.
void setAppVersion(String appVersion) {
_appVersion = appVersion;
}