loadSync static method

Implementation

static KhademPackageMetadata loadSync() {
  return _cached ??= _loadSync();
}