setExtraConfig static method

void setExtraConfig(
  1. dynamic raw
)

Accepts a List [{...}], Map, or JSON string from remote config. For a List, the first Map entry is used.

Implementation

static void setExtraConfig(dynamic raw) {
  extraConfig = _normalizeExtraConfig(raw);
}