convertVoiceToText method
Implementation
Future<V2TimValueCallback<String>> convertVoiceToText({
required String msgID,
required String
language, // "zh (cmn-Hans-CN)" "yue-Hant-HK" "en-US" "ja-JP",
String? webMessageInstance,
}) async {
throw UnimplementedError(
'convertVoiceToText has not been implemented.',
);
}