AddressService constructor

AddressService(
  1. String? endpoint
)

Implementation

AddressService(
  this.endpoint,
);