retain method

UIAlertAction retain()

retain

Implementation

UIAlertAction retain() {
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_retain);
  return UIAlertAction.castFromPointer(_ret, retain: true, release: true);
}