withAnalytics method
Enables or disables analytics
If enabled, proxy usage statistics will be tracked
Implementation
PivoxBuilder withAnalytics(bool enableAnalytics) {
_enableAnalytics = enableAnalytics;
return this;
}
Enables or disables analytics
If enabled, proxy usage statistics will be tracked
PivoxBuilder withAnalytics(bool enableAnalytics) {
_enableAnalytics = enableAnalytics;
return this;
}