set method

void set(
  1. String key,
  2. JSAny? value
)

Implementation

external void set(
  String key,
  JSAny? value,
);