cleanupHtmlElement function
Stub implementation for cleaning up HTML elements
Implementation
void cleanupHtmlElement(String viewId) {
// No-op implementation for non-web platforms
}
Stub implementation for cleaning up HTML elements
void cleanupHtmlElement(String viewId) {
// No-op implementation for non-web platforms
}