getKeys method

  1. @override
Set<String> getKeys()

Implementation

@override
Set<String> getKeys() {
  return storage.keys.toSet();
}