setFactory static method
Set the ID factory.
Implementation
static void setFactory(IDFactory factory) {
final helper = sharedAccountExtensions.idHelper;
helper!.setIDFactory(factory);
}
Set the ID factory.
static void setFactory(IDFactory factory) {
final helper = sharedAccountExtensions.idHelper;
helper!.setIDFactory(factory);
}