removePseudoStyle method

void removePseudoStyle(
  1. String type,
  2. String property
)

Implementation

void removePseudoStyle(String type, String property) {
  style.removePseudoProperty(type, property);
}