markAsRead method

Future<bool?> markAsRead(
  1. String jid
)

This method is used to mark the conversation as read.

Implementation

Future<bool?> markAsRead(String jid) {
  throw UnimplementedError('has not been implemented.');
}