withOnFlagStatusChanged method

VisitorBuilder withOnFlagStatusChanged(
  1. OnFlagStatusChanged? pCallback
)

Implementation

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