set abstract method

void set(
  1. String selector,
  2. dynamic newValue
)

Set a value in the document at the specified path selector.

Implementation

void set(String selector, dynamic newValue);