SystemInfo class
System Info Module for deep device monitoring.
Constructors
- SystemInfo(MethodChannel _channel)
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
-
getFreeDiskSpace(
) → Future< int> - Returns free disk storage space in bytes.
-
getFreeRam(
) → Future< int> - Returns available physical RAM in bytes.
-
getTotalDiskSpace(
) → Future< int> - Returns total disk storage space in bytes.
-
getTotalRam(
) → Future< int> - Returns total physical RAM in bytes.
-
isDeviceRooted(
) → Future< bool> - Checks if the device is rooted (Android) or Jailbroken (iOS).
-
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