updateFavouriteStatus method
Implementation
Future<dynamic> updateFavouriteStatus(
    String messageID, String chatUserJID, bool isFavourite, String chatType) {
  throw UnimplementedError('has not been implemented.');
}Future<dynamic> updateFavouriteStatus(
    String messageID, String chatUserJID, bool isFavourite, String chatType) {
  throw UnimplementedError('has not been implemented.');
}