Gets a value
@param key The key to retrieve the value from @return A Future that resolves to the value or null
Future<dynamic> get(String key) async { return await _getValue<dynamic>(key, _get); }