getAllValues abstract method

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

returns the values of all keys. make sure downloadAllKeys is called to download all RC data before calling this method.

Implementation

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