fetch method

void fetch()

Triggers an async call to the server.

Server has a throttle where when the user calls fetch Config many times in a row, it will basically do a no-op.

Implementation

void fetch() {
  publisherSegmentationAgent?.fetch();
}