Skip to content

Commit ec4be9b

Browse files
Add @OverRide annotations
1 parent 712e975 commit ec4be9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

splitio_web/lib/splitio_web.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ class SplitioWeb extends SplitioPlatform {
482482
return jsTreatmentsWithConfigToMap(result);
483483
}
484484

485+
@override
485486
Future<Map<String, String>> getTreatmentsByFlagSet(
486487
{required String matchingKey,
487488
required String? bucketingKey,
@@ -503,6 +504,7 @@ class SplitioWeb extends SplitioPlatform {
503504
return jsTreatmentsToMap(result);
504505
}
505506

507+
@override
506508
Future<Map<String, String>> getTreatmentsByFlagSets(
507509
{required String matchingKey,
508510
required String? bucketingKey,
@@ -524,6 +526,7 @@ class SplitioWeb extends SplitioPlatform {
524526
return jsTreatmentsToMap(result);
525527
}
526528

529+
@override
527530
Future<Map<String, SplitResult>> getTreatmentsWithConfigByFlagSet(
528531
{required String matchingKey,
529532
required String? bucketingKey,
@@ -545,6 +548,7 @@ class SplitioWeb extends SplitioPlatform {
545548
return jsTreatmentsWithConfigToMap(result);
546549
}
547550

551+
@override
548552
Future<Map<String, SplitResult>> getTreatmentsWithConfigByFlagSets(
549553
{required String matchingKey,
550554
required String? bucketingKey,

0 commit comments

Comments
 (0)