description property

  1. @override
String get description
override

Short description of what this audit checks.

Implementation

@override
String get description =>
    'Checks that release builds are shrunk/obfuscated: Android R8/ProGuard (minifyEnabled) and the Dart --obfuscate flag for scripted flutter build invocations.';