getAllBlocks method

  1. @override
Future<List<Block>> getAllBlocks()
override

Returns all stored blocks.

Implementation

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