DeviceInspectorPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DeviceInspectorPlatform
Implementers

Constructors

DeviceInspectorPlatform()
Constructs a DeviceInspectorPlatform.

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

getBatteryInfo() → Future<BatteryInfo>
getCapabilities() → Future<DeviceCapabilities>
getCpuInfo() → Future<CpuInfo>
getDeviceInfo() → Future<DeviceInfo>
getGpuInfo() → Future<GpuInfo>
getMemoryInfo() → Future<MemoryInfo>
getNetworkInfo() → Future<List<NetworkInfo>>
getOsInfo() → Future<OsInfo>
getSensors() → Future<List<SensorInfo>>
getStorageInfo() → Future<List<StorageInfo>>
getSystemInfo() → Future<SystemInfo>
getSystemMetrics() → Future<SystemMetrics>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited
watchMetrics({Duration interval = const Duration(seconds: 1)}) → Stream<SystemMetrics>

Operators

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

Static Properties

instance ↔ DeviceInspectorPlatform
The default instance of DeviceInspectorPlatform to use.
getter/setter pair