DeviceKitPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DeviceKitPlatform
Implementers

Constructors

DeviceKitPlatform()
Constructs a DeviceKitPlatform.

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

brightnessChangedStream() Stream<double>
capturedChangedStream() Stream<String>
getAndroidId() Future<String?>
getBrightness() Future<double>
getDeviceId() Future<String?>
getMac() Future<String?>
getProxy() Future<String?>
isCharging() Future<bool>
isSimMounted() Future<bool>
isVPNOn() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBrightness(double brightness) Future<void>
setSecureScreen(bool secure) Future<void>
takeScreenshotStream() Stream<String>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance DeviceKitPlatform
The default instance of DeviceKitPlatform to use.
getter/setter pair