getInstance static method

Implementation

static EncryptedSharedPreferences getInstance() {
  assert(_key != null);
  return _instance;
}