sendTextMessage method
This method is used to send the text message.
Implementation
Future<String> sendTextMessage(
String message, String jid, String replyMessageId,
{String? topicId}) {
throw UnimplementedError('has not been implemented.');
}