getFactory static method

ContentFactory? getFactory(
  1. String msgType
)

Implementation

static ContentFactory? getFactory(String msgType) {
  var helper = sharedMessageExtensions.contentHelper;
  return helper!.getContentFactory(msgType);
}