enableSwipe method

void enableSwipe(
  1. bool isSwipeEnabled
)

Implementation

void enableSwipe(bool isSwipeEnabled) {
  return enableSwipeListener.call(isSwipeEnabled);
}