applyInternal abstract method

bool applyInternal(
  1. String applyType,
  2. AFWidgetSelector selector,
  3. Element elem,
  4. dynamic data,
)

Implementations should override this method, and return false if they fail.

Implementation

bool applyInternal(String applyType, AFWidgetSelector selector, Element elem, dynamic data);