isInitialized method

bool isInitialized()

Implementation

bool isInitialized() {
  return _keyBox!.get('seed') != null;
}