addPluginInitScreenMapAction method

void addPluginInitScreenMapAction(
  1. AFInitScreenMapDelegate defineScreenMap
)

Used by third parties to register screens that can be used by the app.

Implementation

void addPluginInitScreenMapAction(AFInitScreenMapDelegate defineScreenMap) {
  defineScreenMaps.add(defineScreenMap);
}