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