withAppVersion method
Set app version
Implementation
LoggerBuilder withAppVersion(String appVersion) {
_appVersion = appVersion;
return this;
}
Set app version
LoggerBuilder withAppVersion(String appVersion) {
_appVersion = appVersion;
return this;
}