performGesture method

Future<void> performGesture(
  1. CockpitGestureAction action
)

Implementation

Future<void> performGesture(CockpitGestureAction action) {
  final surfaceState = _requireSurfaceState();
  return surfaceState.performGesture(action);
}