Does it affect server performance as we add event handlers in the flutter sdk?

[Problem/Question]
We are currently handling various events. I wonder if there is a difference in server performance when handling 1 event versus 100 events.

Event handlers within the SDK are purely local in nature and thus would not impact Sendbird’s backend service performance.