setBoolean method

dynamic setBoolean (String key, bool value)

Implementation

setBoolean(String key, bool value) {
  setValue(key, value);
}