getRecentChatOf method

Future<String> getRecentChatOf(
  1. String jid
)

This method is used to get the recent chat message of a user using JID.

Implementation

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