We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3721121 commit c1c38e3Copy full SHA for c1c38e3
lib/visitor/strategy/no_consent_strategy.dart
@@ -10,12 +10,6 @@ import 'package:flagship/visitor/strategy/default_strategy.dart';
10
class NoConsentStrategy extends DefaultStrategy {
11
NoConsentStrategy(Visitor visitor) : super(visitor);
12
13
-// The activate modification is not allowed
14
- @override
15
- // Future<void> activateModification(String key) async {
16
- // Flagship.logger(Level.INFO, CONSENT_ACTIVATE);
17
- // }
18
-
19
@override
20
Future<void> activateFlag(Modification pFlag,
21
{bool isDuplicated = false}) async {
0 commit comments