setFactory static method
Set the Meta factory for the specified type.
Implementation
static void setFactory(String type, MetaFactory factory) {
final helper = sharedAccountExtensions.metaHelper;
helper!.setMetaFactory(type, factory);
}
Set the Meta factory for the specified type.
static void setFactory(String type, MetaFactory factory) {
final helper = sharedAccountExtensions.metaHelper;
helper!.setMetaFactory(type, factory);
}