StorageManagerWindow
fun StorageManagerWindow(paddingValues: PaddingValues, launchApp: () -> Unit, sendFeedback: () -> Unit)
The Window displayed in the storage activity which allows the user to clear different parts of the app's contents.
Author
Arnau Mora
Since
20211214
Parameters
paddingValues
The Padding values provided by the Scaffold that contains the window.
launchApp
When the user requests to launch the app, this will get called.
sendFeedback
When the user selects the option to send feedback.