showSnackbar
fun showSnackbar(info: String, actionLabel: String? = null, cancelAllPending: Boolean = true, duration: SnackbarDuration = SnackbarDuration.Short, scope: CoroutineScope = this.scope, onResult: (SnackbarResult) -> Unit = {})