deleteObjectStore property

void Function(String) get deleteObjectStore

Implementation

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

Implementation

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