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