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