getFactory static method

DocumentFactory? getFactory(
  1. String type
)

Implementation

static DocumentFactory? getFactory(String type) {
  var helper = sharedAccountExtensions.docHelper;
  return helper!.getDocumentFactory(type);
}