interactions property
The list of Interaction
s used to store all relevant UI interaction
from the testee.
Implementation
List<Interaction> interactions = [];
The list of Interaction
s used to store all relevant UI interaction
from the testee.
List<Interaction> interactions = [];