TrackItWindowsPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • TrackItWindowsPlatform
Implementers

Constructors

TrackItWindowsPlatform()
Constructs a TrackItWindowsPlatform.

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

getAllPhysicalScreenshots() Future<List<Uint8List>>
getEvents() Future<Map<String, int>>
getMousePosition() Future
getMouseTotalClickCount() Future<int?>
getScreenCapture() Future<Uint8List?>
getTotalKeyCount() Future<int?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startEventMonitor() Future<void>
stopEventMonitor() Future<Map<String, int>>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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