getFactory static method
Get the Address factory.
Implementation
static AddressFactory? getFactory() {
final helper = sharedAccountExtensions.addressHelper;
return helper!.getAddressFactory();
}
Get the Address factory.
static AddressFactory? getFactory() {
final helper = sharedAccountExtensions.addressHelper;
return helper!.getAddressFactory();
}