sendUserTypingStatus method

dynamic sendUserTypingStatus()

Implementation

sendUserTypingStatus() {
  Mirrorfly.sendTypingStatus(
      toJid: profile.jid.checkNull(), chatType: profile.getChatType());
}