sendTypingGoneStatus method

dynamic sendTypingGoneStatus(
  1. String toJid,
  2. String chattype
)

This method is used to remove the current user's typing status.

Implementation

sendTypingGoneStatus(String toJid, String chattype) {
  throw UnimplementedError('has not been implemented.');
}