indexPathByRemovingLastIndex method

NSIndexPath indexPathByRemovingLastIndex()

Implementation

NSIndexPath indexPathByRemovingLastIndex() {
  final _ret =
      _lib._objc_msgSend_882(_id, _lib._sel_indexPathByRemovingLastIndex1);
  return NSIndexPath._(_ret, _lib, retain: true, release: true);
}