getValueAndEnroll abstract method
returns the value of a stored key and enroll it for AB testing. make sure downloadAllKeys or downloadSpecificKeys is called to download RC data before calling this method.
Implementation
Future<RCData> getValueAndEnroll(String key);