TrackItMacosPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • TrackItMacosPlatform
Implementers

Constructors

TrackItMacosPlatform.new()
Constructs a TrackItMacosPlatform.

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

checkAccessibilityPermission() Future<bool?>
checkScreenPermission() Future<bool?>
getAccessPermissionFromUser() Future<void>
getAllPhysicalScreenshots() Future<List<Uint8List>>
getEvents() Future<Map<String, int>>
getMousePosition() Future
getMouseTotalClickCount() Future<int?>
getScreenCapture() Future<Uint8List?>
getScreenPermissionFromUser() Future<void>
getTotalKeyCount() Future<int?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startEventMonitor() Future<void>
startMonitoringEvents() 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 TrackItMacosPlatform
The default instance of TrackItMacosPlatform to use.
getter/setter pair