getMainRunLoop static method
mainRunLoop
Implementation
static NSRunLoop getMainRunLoop() {
objc.checkOsVersionInternal(
'NSRunLoop.mainRunLoop',
iOS: (false, (2, 0, 0)),
macOS: (false, (10, 5, 0)),
);
final $ret = _objc_msgSend_151sglz(_class_NSRunLoop, _sel_mainRunLoop);
return NSRunLoop.fromPointer($ret, retain: true, release: true);
}