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