enrollIntoABTestsForKeys abstract method

Future<void> enrollIntoABTestsForKeys(
  1. List<String> keys
)

Enroll into AB tests for the given keys List<String> keys - List of keys

Implementation

Future<void> enrollIntoABTestsForKeys(List<String> keys);