withOnFlagStatusFetchRequired method

dynamic withOnFlagStatusFetchRequired(
  1. OnFlagStatusFetchRequired? pCallback
)

Implementation

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