onAccept method

  1. @override
void onAccept()
override

Implementation

@override
void onAccept() {
  assert(
    true,
    'Long tap gestures can only be accepted when the gesture is in a rejectable state,'
    'so they can never be accepted under normal circumstances when'
    'the gesture is not in a rejectable state.'
  );
}