Chat constructor

Chat(
  1. Dio dio
)

Implementation

Chat(this.dio) : _rest = ChatClient(dio);