sendTypingStatus static method

dynamic sendTypingStatus(
  1. String toJid,
  2. String chatType
)

Implementation

static sendTypingStatus(String toJid, String chatType) {
  return FlyChatFlutterPlatform.instance.sendTypingStatus(toJid, chatType);
}