onEventResultChanged method
room event response.
Param roomId
chat room id.
Param type
room event type. see RoomEventsType.
Param error
error.
Implementation
void onEventResultChanged(
String roomId,
RoomEventsType type,
ChatError? error,
) {}