store property

Future Function(String, String) store

Implementation

_i2.Future<_i2.dynamic> Function(
  _i2.String,
  _i2.String,
) get store => (
      _i2.String p0,
      _i2.String p1,
    ) =>
        _i5.promiseToFuture(_i5.callMethod(
          _i5.getProperty(
            this,
            'store',
          ),
          r'call',
          [
            this,
            p0,
            p1,
          ],
        ));
void store=(Future value(String, String))

Implementation

set store(
    _i2.Future<_i2.dynamic> Function(
      _i2.String,
      _i2.String,
    ) value) {
  _i5.setProperty(
    this,
    'store',
    _i5.allowInterop(value),
  );
}