HandleEndPollOptions constructor

HandleEndPollOptions(
  1. {required String pollId,
  2. Socket? socket,
  3. ShowAlert? showAlert,
  4. required String roomName,
  5. required void updateIsPollModalVisible(
    1. bool
    )}
)

Implementation

HandleEndPollOptions({
  required this.pollId,
  this.socket,
  this.showAlert,
  required this.roomName,
  required this.updateIsPollModalVisible,
});