removeItem property

void Function(String) removeItem

Implementation

void Function(_i2.String) get removeItem => (_i2.String p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'removeItem',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
void removeItem=(void value(String))

Implementation

set removeItem(void Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'removeItem',
    _i4.allowInterop(value),
  );
}