Clear all popups from the stack
(&mut self)
| 82 | |
| 83 | /// Clear all popups from the stack |
| 84 | pub fn clear(&mut self) { |
| 85 | self.stack.clear(); |
| 86 | } |
| 87 | |
| 88 | /// Remove a specific popup type from the stack (for when popup is closed directly) |
| 89 | #[allow(dead_code)] |
no outgoing calls
no test coverage detected