appendRule method

void appendRule(
  1. String rule
)

Implementation

void appendRule(String rule) =>
    js_util.callMethod(this, 'appendRule', [rule]);