RegistryClient constructor

RegistryClient(
  1. String domain
)

Implementation

RegistryClient(String domain) : super(domain: domain) {
  _registryRepository = RegistryRepository(
    RegistryRemoteDataSourcesImpl(domain),
  );
}