withOnFlagStatusFetched method
Implementation
VisitorBuilder withOnFlagStatusFetched(OnFlagStatusFetched pCallBack) {
_onFlagStatusFetched = pCallBack;
return this;
}
VisitorBuilder withOnFlagStatusFetched(OnFlagStatusFetched pCallBack) {
_onFlagStatusFetched = pCallBack;
return this;
}