(msg, autoHideDuration = AUTO_HIDE_DURATION)
| 81 | } |
| 82 | |
| 83 | warning(msg, autoHideDuration = AUTO_HIDE_DURATION) { |
| 84 | this.snackbar.callNotify(msg, MESSAGE_TYPE.WARNING, autoHideDuration); |
| 85 | } |
| 86 | |
| 87 | info(msg, autoHideDuration = AUTO_HIDE_DURATION) { |
| 88 | this.snackbar.callNotify(msg, MESSAGE_TYPE.INFO, autoHideDuration); |
no test coverage detected