RtkPollsBottomSheet
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 RtkPollsBottomSheet do in kotlin/Java as follows:
val rtkPollsBottomSheet = RtkPollsBottomSheet()
rtkPollsBottomSheet.show(
fragmentManager,
"SOME_TAG_HERE"
)