emitDragEnd method

void emitDragEnd(
  1. String id,
  2. double x,
  3. double y
)

Simulates a drag-end event.

Implementation

void emitDragEnd(String id, double x, double y) =>
    dragEndController.add(ChatHeadDragEvent(id: id, x: x, y: y));