onLongPressEnd method

void onLongPressEnd()

Implementation

void onLongPressEnd() {
  if (onLongPressTimer != null) onLongPressTimer!.cancel();
  onLongPressTimer = null;
}