isProtectedDataAvailable property

bool get isProtectedDataAvailable

isProtectedDataAvailable

Implementation

bool get isProtectedDataAvailable {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UIApplication.isProtectedDataAvailable', iOS: (false, (4, 0, 0)));
  return _objc_msgSend_91o635(_$$ref.pointer, _sel_isProtectedDataAvailable);
}