SuperuserInterface class abstract final

Shared interface for evaluating superuser status when executing Flutter program.

Implementers

Properties

groups → OSStringsSet
Obtains all groups name that this user is associated.
no setter
hashCode → int
The hash code for this object.
no setterinherited
isActivated → bool
Determine this program is executed with superuser right.
no setter
isSuperuser → bool
Determine current user has superuser role.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
whoAmI → OSString
Retrive name of user, who run this program.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited