getSp method

SharedPreferences? getSp()

获取原始 SharedPreferences 实例

Implementation

SharedPreferences? getSp() {
  return _prefs;
}