getValueAndEnroll abstract method

Future<RCData> getValueAndEnroll(
  1. String key
)

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);