getKeys static method

Set<String> getKeys()

获取sp中所有的key

Implementation

static Set<String> getKeys() => _prefs.getKeys();