onLongPress method

T onLongPress(
  1. dynamic onLongPress()
)

@fixed ~ set long press callback

Implementation

T onLongPress(Function() onLongPress) => resolve(onLongPress, #onLongPress);