AddressService constructor

AddressService(
  1. String? endpoint, {
  2. bool logsActivation = true,
})

Implementation

AddressService(
  this.endpoint, {
  this.logsActivation = true,
});