getValue abstract method
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);
returns the value of a stored key. make sure downloadAllKeys or downloadSpecificKeys is called to download RC data before calling this method.
Future<RCData> getValue(String key);