registerTwoDoubleTouchesCallback method

  1. @Deprecated('Use registerOnTwoDoubleTouches instead')
void registerTwoDoubleTouchesCallback(
  1. TouchCallback? twoDoubleTouchCallback
)

Implementation

@Deprecated('Use registerOnTwoDoubleTouches instead')
void registerTwoDoubleTouchesCallback(
  final TouchCallback? twoDoubleTouchCallback,
) {
  registerOnTwoDoubleTouches(twoDoubleTouchCallback);
}