profileScreen
fun NavGraphBuilder.profileScreen(onShowSnackbar: suspend (String, SnackbarAction, Throwable?) -> Boolean)
Adds the Profile screen to the navigation graph.
Parameters
onShowSnackbar
Lambda function to show a snackbar message.