isInitialized static method

bool isInitialized()

Sp is initialized.

Implementation

static bool isInitialized() {
  return prefs != null;
}