MiniInjectPlatformInterface class abstract

Abstract interface for input injection (event replay) on all platforms — the sink twin of input capture. Replays synthetic keyboard/mouse events onto the local machine (the server side of a remote-desktop stack).

Desktop only. On web there is no injection API, so createContext throws.

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

createContext() Future<MiniInjectContextPlatformInterface>
Create an input injection context.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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