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