DytePluginsBottomSheet
A component which lists all available plugins from their preset, and ability to enable or disable plugins.
To show DytePluginsBottomSheet do in kotlin/Java as follows:
val dytePluginsBottomSheet = DytePluginsBottomSheet()
dytePluginsBottomSheet.show(
fragmentManager,
"SOME_TAG_HERE"
)