registerLongPressCallback method

  1. @Deprecated('Use registerOnLongPress instead')
void registerLongPressCallback(
  1. TouchCallback? touchCallback
)

Implementation

@Deprecated('Use registerOnLongPress instead')
void registerLongPressCallback(final TouchCallback? touchCallback) {
  registerOnLongPress(touchCallback);
}