confirmed method Null safety
called by the Hotline connection dispatcher
Implementation
void confirmed() {
state = HotlineSubscriptionRequestState.granted;
onConfirmed(this);
}
called by the Hotline connection dispatcher
void confirmed() {
state = HotlineSubscriptionRequestState.granted;
onConfirmed(this);
}