setFactory static method

void setFactory(
  1. String type,
  2. DocumentFactory factory
)

Implementation

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