call method

ChatProvider call(
  1. ChatParams params
)

See also Chat.

Implementation

ChatProvider call(ChatParams params) {
  return ChatProvider(params);
}