withOnFlagStatusFetched method

VisitorBuilder withOnFlagStatusFetched(
  1. OnFlagStatusFetched? pCallBack
)

Implementation

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