1. protected
  2. mustCallSuper
void resolve(GestureDisposition disposition)

Resolve this pointer's entry in the GestureArenaManager with the given disposition.

Source

@protected
@mustCallSuper
void resolve(GestureDisposition disposition) {
  _arenaEntry.resolve(disposition);
}