isInitialized static method

bool isInitialized()

检查初始化

Implementation

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