dispatch method
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);