sp property

SharedPreferences get sp

Implementation

SharedPreferences get sp {
  assert(_sp != null, 'need to call initialize() first');
  return _sp!;
}