Skip to content

Commit

Permalink
fix(storagebox): fix clearing storage (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWhiting committed Apr 28, 2022
1 parent 1d884c8 commit bb512ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/storagebox/lib/src/storagebox_base.dart
Expand Up @@ -68,9 +68,7 @@ class StorageBoxImplementationBase<K, T>

@override
void clear() {
delegate = {
...delegate,
};
delegate = {};
}

@override
Expand Down

0 comments on commit bb512ee

Please sign in to comment.