DytePollsBottomSheet
A component which lists all available plugins a user can access with the ability to enable or disable them as per their permissions.
To show DytePollBottomSheet do in kotlin/Java as follows:
val dytePollsBottomSheet = DytePollBottomSheet()
dytePollsBottomSheet.show(
fragmentManager,
"SOME_TAG_HERE"
)