setVoiceHasPlay method
Implementation
void setVoiceHasPlay(bool hasPlay) {
attributes ??= {};
attributes![voiceHasReadKey] = hasPlay;
ChatUIKit.instance.updateMessage(message: this);
}
void setVoiceHasPlay(bool hasPlay) {
attributes ??= {};
attributes![voiceHasReadKey] = hasPlay;
ChatUIKit.instance.updateMessage(message: this);
}