handleTypedMessage abstract method
Handle a protocol message, after plugin dispatch.
Implementations should ignore message types they do not handle. Thrown errors are reported as SessionEventType.error events.
Implementation
@protected
Future<void> handleTypedMessage(Message message);