getFactory static method
Get the ID factory.
Implementation
static IDFactory? getFactory() {
final helper = sharedAccountExtensions.idHelper;
return helper!.getIDFactory();
}
Get the ID factory.
static IDFactory? getFactory() {
final helper = sharedAccountExtensions.idHelper;
return helper!.getIDFactory();
}