SystemInfoApi class
The SystemInfo domain defines methods and events for querying low-level system information.
Constructors
- SystemInfoApi(Client _client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getFeatureState(
String featureState) → Future< bool> - Returns information about the feature state.
-
getInfo(
) → Future< GetInfoResult> - Returns information about the system.
-
getProcessInfo(
) → Future< List< ProcessInfo> > - Returns information about all running processes. Returns: An array of process info blocks.
-
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