Called by FilamentGestureDetector. You probably don't want to call this yourself.
FilamentGestureDetector
@override Future<void> panStart(double x, double y) async { await _shim.panStart(x, y).toDart; }