removeItem method

void removeItem(
  1. String key
)

Implementation

void removeItem(String key) => js_util.callMethod(this, 'removeItem', [key]);