SessionUpdateEvent constructor

SessionUpdateEvent({
  1. String? eventId,
  2. required BaseRealtimeSession session,
})

Implementation

SessionUpdateEvent({
  this.eventId,
  required this.session,
}) : super('session.update');