connectedScenes property

NSSet get connectedScenes

connectedScenes

Implementation

objc.NSSet get connectedScenes {
  objc.checkOsVersionInternal('UIApplication.connectedScenes', iOS: (false, (13, 0, 0)));
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_connectedScenes);
  return objc.NSSet.castFromPointer(_ret, retain: true, release: true);
}