sendUserTypingGoneStatus method

dynamic sendUserTypingGoneStatus()

Implementation

sendUserTypingGoneStatus() {
  Mirrorfly.sendTypingGoneStatus(
      toJid: profile.jid.checkNull(), chatType: profile.getChatType());
}