rejected method Null safety
the subscription request was not granted
Implementation
void rejected() {
final callback = onRejected;
state = HotlineSubscriptionRequestState.rejected;
if(callback != null) {
callback();
}
unsubscribe();
}