KeyValueStore constructor

KeyValueStore()

Implementation

factory KeyValueStore() {
  return _singleton;
}