Remove a doc reference to it's own method. (#165834)

Oops, no idea why I did that.
This commit is contained in:
Matan Lurey
2025-03-25 08:11:07 -07:00
committed by GitHub
parent e60822e1a6
commit 40de991676

View File

@@ -433,7 +433,6 @@ class FlutterManifest {
/// See also:
///
/// * [Deprecate and remove synthethic `package:flutter_gen`](https://github.com/flutter/flutter/issues/102983)
/// * [generateLocalizations]
late final bool generateLocalizations = _flutterDescriptor['generate'] == true;
String? get defaultFlavor => _flutterDescriptor['default-flavor'] as String?;