removeRule method

void removeRule([
  1. int? index = 0
])

Implementation

void removeRule([int? index = 0]) =>
    js_util.callMethod(this, 'removeRule', [index]);