addPluginInitScreenMapAction method
Used by third parties to register screens that can be used by the app.
Implementation
void addPluginInitScreenMapAction(AFInitScreenMapDelegate defineScreenMap) {
defineScreenMaps.add(defineScreenMap);
}
Used by third parties to register screens that can be used by the app.
void addPluginInitScreenMapAction(AFInitScreenMapDelegate defineScreenMap) {
defineScreenMaps.add(defineScreenMap);
}