isInitialized method

bool isInitialized()

检查是否已初始化

Implementation

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