setFactory static method
Implementation
static void setFactory(String type, DocumentFactory factory) {
var helper = sharedAccountExtensions.docHelper;
helper!.setDocumentFactory(type, factory);
}
static void setFactory(String type, DocumentFactory factory) {
var helper = sharedAccountExtensions.docHelper;
helper!.setDocumentFactory(type, factory);
}