drag method

Future<void> drag()

Starts dragging the window.

Implementation

Future<void> drag() => _platform.drag(_id);