hgetall abstract method
- @Deprecated('Use [hGetAll] instead. This method will be removed in v4.0.0.')
- String key
Implementation
@Deprecated('Use [hGetAll] instead. This method will be removed in v4.0.0.')
Future<Map<String, String>> hgetall(String key);