UIComponentAttributeCleaner<C extends UIComponent, T> typedef

UIComponentAttributeCleaner<C extends UIComponent, T> = void Function(C uiComponent)

Implementation

typedef UIComponentAttributeCleaner<C extends UIComponent, T> = void Function(
    C uiComponent);