moreNavigationController property

UINavigationController get moreNavigationController

moreNavigationController

Implementation

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