getCurrentRunLoop static method

NSRunLoop getCurrentRunLoop(
  1. ThermionDartTexture1 _lib
)

Implementation

static NSRunLoop getCurrentRunLoop(ThermionDartTexture1 _lib) {
  final _ret = _lib._objc_msgSend_553(
      _lib._class_NSRunLoop1, _lib._sel_currentRunLoop1);
  return NSRunLoop._(_ret, _lib, retain: true, release: true);
}