updateMessage abstract method
Updates a message.
Implementation
Future<void> updateMessage(
String messageId, {
String? serverId,
String? content,
MessageStatus? status,
DateTime? serverTimestamp,
bool? isDeleted,
bool? isEdited,
bool? isStarred,
bool? isPinned,
DateTime? pinnedUntil,
});