resolveVoiceToTextState static method

MessageVoiceToTextState? resolveVoiceToTextState(
  1. NIMMessage _, {
  2. MessageVoiceToTextState? memoryState,
})

Voice-to-text content is only visible during the current chat page.

Implementation

static MessageVoiceToTextState? resolveVoiceToTextState(
  NIMMessage _, {
  MessageVoiceToTextState? memoryState,
}) {
  return memoryState;
}