triggerTyping method

Future<void> triggerTyping()

Trigger a typing indicator in this channel from the current user.

External references:

Implementation

Future<void> triggerTyping() => manager.triggerTyping(id);