requestAnimationFrame property

num Function(FrameRequestCallback) get requestAnimationFrame

Implementation

_i2.num Function(_i3.FrameRequestCallback) get requestAnimationFrame =>
    (_i3.FrameRequestCallback p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'requestAnimationFrame',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set requestAnimationFrame (num value(FrameRequestCallback))

Implementation

set requestAnimationFrame(_i2.num Function(_i3.FrameRequestCallback) value) {
  _i4.setProperty(
    this,
    'requestAnimationFrame',
    _i4.allowInterop(value),
  );
}