getConfiguration property

MediaKeySystemConfiguration Function() get getConfiguration

Implementation

_i3.MediaKeySystemConfiguration Function() get getConfiguration =>
    () => _i4.callMethod(
          _i4.getProperty(
            this,
            'getConfiguration',
          ),
          r'call',
          [this],
        );
set getConfiguration (MediaKeySystemConfiguration value())

Implementation

set getConfiguration(_i3.MediaKeySystemConfiguration Function() value) {
  _i4.setProperty(
    this,
    'getConfiguration',
    _i4.allowInterop(value),
  );
}