menu
dart_ipfs
dart_ipfs.dart
InMemoryBlockStore
clear method
clear
dark_mode
light_mode
clear
method
void
clear
(
)
Clears all blocks from the store.
Implementation
void clear() => _blocks.clear();
dart_ipfs
dart_ipfs
InMemoryBlockStore
clear method
InMemoryBlockStore class