onSessionStarted method
A session is started.
Implementation
Stream<SessionStartedEvent> onSessionStarted({required int id}) {
throw UnimplementedError('onSessionStarted() has not been implemented.');
}
A session is started.
Stream<SessionStartedEvent> onSessionStarted({required int id}) {
throw UnimplementedError('onSessionStarted() has not been implemented.');
}