sendTyping method
Send typing indicator (if supported).
Implementation
Future<void> sendTyping(ConversationKey conversation) async {
// Default no-op; override if supported
}
Send typing indicator (if supported).
Future<void> sendTyping(ConversationKey conversation) async {
// Default no-op; override if supported
}