drag method

  1. @override
Future<void> drag(
  1. int id
)

Starts dragging the window with the given id.

Implementation

@override
Future<void> drag(int id) => _wm.invokeMethod(_wm.startDragging);