addRule method

int addRule(
  1. String? selector,
  2. String? style, [
  3. int? index
])

Implementation

int addRule(String? selector, String? style, [int? index]) native;