entries method

  1. @override
Iterator<MapEntry<Uint8List, Uint8List>> entries()
override

Iterate over all keys and values in the database

Implementation

@override
Iterator<MapEntry<Uint8List, Uint8List>> entries() {
  return _recordPool.entries();
}