onSessionEnding method

Stream<SessionEndingEvent> onSessionEnding({
  1. required int id,
})

A session has started to end.

Implementation

Stream<SessionEndingEvent> onSessionEnding({required int id}) {
  throw UnimplementedError('onSessionEnding() has not been implemented.');
}