scheduledTimerWithTimeInterval_repeats_block_ static method

NSTimer scheduledTimerWithTimeInterval_repeats_block_(
  1. ThermionDartTexture1 _lib,
  2. double interval,
  3. bool repeats,
  4. ObjCBlock_ffiVoid_NSTimer block,
)

Implementation

static NSTimer scheduledTimerWithTimeInterval_repeats_block_(
    ThermionDartTexture1 _lib,
    double interval,
    bool repeats,
    ObjCBlock_ffiVoid_NSTimer block) {
  final _ret = _lib._objc_msgSend_557(
      _lib._class_NSTimer1,
      _lib._sel_scheduledTimerWithTimeInterval_repeats_block_1,
      interval,
      repeats,
      block._id);
  return NSTimer._(_ret, _lib, retain: true, release: true);
}