DyteCreatePollBottomSheet
A component that lets you create a poll.
To show DyteCreatePollBottomSheet do in kotlin/Java as follows:
val dytePollsBottomSheet = DyteCreatePollBottomSheet()
dytePollsBottomSheet.show(
fragmentManager,
"SOME_TAG_HERE"
)