sendMessage static method

dynamic sendMessage()

V2 发送消息

Implementation

///发送消息
static sendMessage() {
  return '$host/v2/call/sendMessage';
}