ClearStoragePromptAlertDialog
open fun ClearStoragePromptAlertDialog(onDismiss: () -> Unit, onConfirm: () -> Unit, titleText: String, textText: String, confirmButtonText: String, dismissButtonText: String, icon: ImageVector)
The clear storage prompt alert dialog.
Parameters
onDismiss
An action when the dialog is dismissed
onConfirm
An action when the dialog is confirmed
titleText
The dialog title text
textText
The dialog body text
confirmButtonText
The confirmation button text
dismissButtonText
The dismiss button text
icon
The dialog's hero icon