isInitialized static method

bool isInitialized()

Implementation

static bool isInitialized() {
  return Directory(contextDir).existsSync();
}