protectedDataAvailable property

bool get protectedDataAvailable

isProtectedDataAvailable

Implementation

bool get protectedDataAvailable {
  objc.checkOsVersionInternal('UIApplication.isProtectedDataAvailable', iOS: (false, (4, 0, 0)));
  return _objc_msgSend_91o635(this.ref.pointer, _sel_isProtectedDataAvailable);
}