Wilt constructor

Wilt(
  1. String host, {
  2. int port = 5984,
  3. bool useSSL = false,
})

Please use the wilt_browser_client or wilt_server_client import files to instantiate a Wilt object for use in either the browser or server environment. You can do this here but you must supply either a browser or server HTTP adapter to use.

Implementation

Wilt(this.host, {this.port = 5984, this.useSSL = false});