insertRule method

int insertRule(
  1. String rule, [
  2. int? index
])

Implementation

int insertRule(String rule, [int? index]) native;