DeviceInfoCePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DeviceInfoCePlatform
Implementers

Constructors

DeviceInfoCePlatform()

Properties

batteryStream Stream<BatteryInfo>
no setter
hashCode int
The hash code for this object.
no setterinherited
performanceStream Stream<PerformanceInfo>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

androidInfo() Future<AndroidDeviceInfo>
batteryInfo() Future<BatteryInfo>
iosInfo() Future<IosDeviceInfo>
networkInfo() Future<NetworkInfo>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performanceInfo() Future<PerformanceInfo>
securityInfo() Future<SecurityInfo>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance DeviceInfoCePlatform
getter/setter pair