getFactory static method

MetaFactory? getFactory(
  1. String type
)

Get the Meta factory for the specified type.

Implementation

static MetaFactory? getFactory(String type) {
  final helper = sharedAccountExtensions.metaHelper;
  return helper!.getMetaFactory(type);
}