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