getFactory static method
Get the Meta factory for the specified type.
Implementation
static MetaFactory? getFactory(String type) {
final helper = sharedAccountExtensions.metaHelper;
return helper!.getMetaFactory(type);
}
Get the Meta factory for the specified type.
static MetaFactory? getFactory(String type) {
final helper = sharedAccountExtensions.metaHelper;
return helper!.getMetaFactory(type);
}