withOnFlagStatusFetchRequired method
Implementation
withOnFlagStatusFetchRequired(OnFlagStatusFetchRequired pCallback) {
_onFlagStatusFetchRequired = pCallback;
return this;
}
withOnFlagStatusFetchRequired(OnFlagStatusFetchRequired pCallback) {
_onFlagStatusFetchRequired = pCallback;
return this;
}