updateFavouriteStatus method

Future updateFavouriteStatus(
  1. String messageID,
  2. String chatUserJID,
  3. bool isFavourite,
  4. String chatType,
)

Implementation

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