dispatch abstract method

Future<void> dispatch(
  1. String gesture,
  2. ScreenCoordinate screenCoordinate
)

Dispatches a synthetic gesture event for testing purposes.

For internal use only.

Implementation

Future<void> dispatch(String gesture, ScreenCoordinate screenCoordinate);