InteractionEngine class
Constructors
- InteractionEngine({required VmService vmService, required String isolateId, String? deviceId})
Properties
Methods
-
execute(
List< PlannedInteraction> planned, String screenName) → Future<List< InteractionResult> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
planInteractions(
Map< String, dynamic> widgetTree) → List<PlannedInteraction> -
toReportSection(
List< InteractionResult> results) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited