system static method
Returns the root system domain, usually used by the framework itself.
This domain typically has all permissions and is immutable.
Implementation
static ProtectionDomain system() => _ProtectionDomain.system();
Returns the root system domain, usually used by the framework itself.
This domain typically has all permissions and is immutable.
static ProtectionDomain system() => _ProtectionDomain.system();