setIsNeedNewVersionRgc method

void setIsNeedNewVersionRgc(
  1. bool isNeedNewVersionRgc
)

是否需要最新版本rgc数据 isNeedNewVersionRgc为true则需要返回最新版本rgc数据 isNeedNewVersionRgc为false则不需要返回最新版本rgc数据

Implementation

void setIsNeedNewVersionRgc(bool isNeedNewVersionRgc) {
  this.isNeedNewVersionRgc = isNeedNewVersionRgc;
}