disableVarCollect static method

void disableVarCollect()

Implementation

static void disableVarCollect() {
  setPub(statePub!); // set observer for every rx variable
  statePub = null;
}