SessionUpdateEvent constructor
SessionUpdateEvent({
- String? eventId,
- required BaseRealtimeSession session,
Implementation
SessionUpdateEvent({
this.eventId,
required this.session,
}) : super('session.update');