resolve method
- @protected
- @mustCallSuper
@mustCallSuper, @protected
Resolve this pointer's entry in the GestureArenaManager with the given disposition.
Implementation
@protected
@mustCallSuper
void resolve(GestureDisposition disposition) {
_arenaEntry.resolve(disposition);
}