description property

  1. @override
String get description
override

Short description of what this audit checks.

Implementation

@override
String get description =>
    'Checks Info.plist for empty, mismatched, or missing usage-description strings for permissions the app requests.';