moreNavigationController property

UINavigationController get moreNavigationController

moreNavigationController

Implementation

UINavigationController get moreNavigationController {
  final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_moreNavigationController);
  return UINavigationController.fromPointer($ret, retain: true, release: true);
}