findUIConfig method

Implementation

AFConnectedUIConfig? findUIConfig(AFScreenID id) {
  return _screenConfigs[id];
}