getKeys method

  1. @override
Set<String> getKeys()
override

Implementation

@override
Set<String> getKeys() {
  return prefs.getKeys();
}