withOnFlagStatusChanged method
Implementation
VisitorBuilder withOnFlagStatusChanged(OnFlagStatusChanged pCallback) {
_onFlagStatusChanged = pCallback;
return this;
}
VisitorBuilder withOnFlagStatusChanged(OnFlagStatusChanged pCallback) {
_onFlagStatusChanged = pCallback;
return this;
}