dispatch abstract method
- String gesture,
- ScreenCoordinate screenCoordinate
Dispatches a synthetic gesture event for testing purposes.
For internal use only.
Implementation
Future<void> dispatch(String gesture, ScreenCoordinate screenCoordinate);
Dispatches a synthetic gesture event for testing purposes.
For internal use only.
Future<void> dispatch(String gesture, ScreenCoordinate screenCoordinate);