Returns all stored blocks.
@override Future<List<Block>> getAllBlocks() async => List.unmodifiable(_blocks.values);