onfullscreenchange property

(dynamic Function(Event)?) onfullscreenchange

Implementation

_i2.dynamic Function(_i3.Event)? get onfullscreenchange =>
    (_i3.Event p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'onfullscreenchange',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void onfullscreenchange=(dynamic value(Event)?)

Implementation

set onfullscreenchange(_i2.dynamic Function(_i3.Event)? value) {
  _i4.setProperty(
    this,
    'onfullscreenchange',
    value == null ? _i6.undefined : _i4.allowInterop(value),
  );
}