Chat constructor

Chat(
  1. ChatRegistry _registry
)

Creates a new Chat instance.

Use ChatRegistry to configure the chat SDK.

Implementation

Chat(this._registry);