suspendAll method Null safety
Implementation
void suspendAll() {
subscriptions.forEach((subscription) {
subscription.state = HotlineSubscriptionRequestState.suspended;
});
}
void suspendAll() {
subscriptions.forEach((subscription) {
subscription.state = HotlineSubscriptionRequestState.suspended;
});
}