popToRootViewControllerAnimated method
popToRootViewControllerAnimated:
Implementation
objc.NSArray? popToRootViewControllerAnimated(bool animated) {
objc.checkOsVersionInternal('UINavigationController.popToRootViewControllerAnimated:', iOS: (false, (2, 0, 0)));
final $ret = _objc_msgSend_1t6aok9(object$.ref.pointer, _sel_popToRootViewControllerAnimated_, animated);
return $ret.address == 0 ? null : objc.NSArray.fromPointer($ret, retain: true, release: true);
}