getValue abstract method

Future<RCData> getValue(
  1. String key
)

returns the value of a stored key. make sure downloadAllKeys or downloadSpecificKeys is called to download RC data before calling this method.

Implementation

Future<RCData> getValue(String key);