getCachedIds method Null safety
- Uint8List address
Gets all the Block addresses that were not cached yet.
Implementation
List<String> getCachedIds(Uint8List address) =>
_repository.getAllIds(address);
Gets all the Block addresses that were not cached yet.
List<String> getCachedIds(Uint8List address) =>
_repository.getAllIds(address);