HandleCreatePollOptions constructor

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

Implementation

HandleCreatePollOptions({
  required this.poll,
  this.socket,
  required this.roomName,
  this.showAlert,
  required this.updateIsPollModalVisible,
});