getAllValuesAndEnroll abstract method

Future<Map<String, RCData>> getAllValuesAndEnroll()

returns the values of all keys and enroll them for AB testing. make sure downloadAllKeys or downloadSpecificKeys is called to download all RC data before calling this method.

Implementation

Future<Map<String, RCData>> getAllValuesAndEnroll();