dispatch method
- String gesture,
- ScreenCoordinate screenCoordinate
Implementation
@visibleForTesting
Future<void> dispatch(String gesture, ScreenCoordinate screenCoordinate) =>
_mapInterface.dispatch(gesture, screenCoordinate);
@visibleForTesting
Future<void> dispatch(String gesture, ScreenCoordinate screenCoordinate) =>
_mapInterface.dispatch(gesture, screenCoordinate);