dispose method
void
dispose()
Release input subscriptions owned by this focus manager.
Implementation
void dispose() {
_keySubscription.cancel();
}
Release input subscriptions owned by this focus manager.
void dispose() {
_keySubscription.cancel();
}