SimpleStorage<K, V> constructor

SimpleStorage<K, V>({
  1. OnEvict<K, V>? onEvict,
})

Implementation

SimpleStorage({this.onEvict});