handleStreamMessage method

Future<void> handleStreamMessage(
  1. StreamingSession session,
  2. SerializableModel message
)
inherited

Invoked when a message is sent to this endpoint from the client. Override this method to create your own custom StreamingEndpoint.

Implementation

Future<void> handleStreamMessage(
    StreamingSession session, SerializableModel message) async {}