clearPseudoStyle method

void clearPseudoStyle(
  1. String type
)

Implementation

void clearPseudoStyle(String type) {
  style.clearPseudoStyle(type);
}