onSessionEnding method
A session has started to end.
Implementation
Stream<SessionEndingEvent> onSessionEnding({required int id}) {
throw UnimplementedError('onSessionEnding() has not been implemented.');
}
A session has started to end.
Stream<SessionEndingEvent> onSessionEnding({required int id}) {
throw UnimplementedError('onSessionEnding() has not been implemented.');
}