withOnFlagStatusFetched method

dynamic withOnFlagStatusFetched(
  1. OnFlagStatusFetched? pCallBack
)

Implementation

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