@@ -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