onSelection static method

Future<void> onSelection()

Implementation

static Future<void> onSelection() async {
  return HapticFeedback.selectionClick();
}