requestFrame property

void Function() get requestFrame

Implementation

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

Implementation

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