NhostClientBase constructor

NhostClientBase({
  1. ServiceUrls? serviceUrls,
  2. Subdomain? subdomain,
})

Implementation

NhostClientBase({
  this.serviceUrls,
  this.subdomain,
});