ChatApiConfiguration class

Constructors

ChatApiConfiguration({String urlChat = 'https://pubsubsec.usedesk.ru', String urlApi = 'https://secure.usedesk.ru/uapi', String urlOfflineForm = 'https://secure.usedesk.ru/widget.js/post', String urlToSendFile = 'https://secure.usedesk.ru/uapi/v1/send_file'})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urlApi String
final
urlChat String
final
urlOfflineForm String
final
urlToSendFile String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited