getFactory static method

AddressFactory? getFactory()

Get the Address factory.

Implementation

static AddressFactory? getFactory() {
  final helper = sharedAccountExtensions.addressHelper;
  return helper!.getAddressFactory();
}