getCachedIds method Null safety

List<String> getCachedIds(
  1. Uint8List address
)

Gets all the Block addresses that were not cached yet.

Implementation

List<String> getCachedIds(Uint8List address) =>
    _repository.getAllIds(address);