clear property

IDBRequest Function() clear

Implementation

_i3.IDBRequest<_i2.dynamic> Function() get clear => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'clear',
      ),
      r'call',
      [this],
    );
void clear=(IDBRequest value())

Implementation

set clear(_i3.IDBRequest<_i2.dynamic> Function() value) {
  _i4.setProperty(
    this,
    'clear',
    _i4.allowInterop(value),
  );
}