sendTyping method

Future<void> sendTyping(
  1. ConversationKey conversation
)

Send typing indicator (if supported).

Implementation

Future<void> sendTyping(ConversationKey conversation) async {
  // Default no-op; override if supported
}