suspend method Null safety

void suspend()

Implementation

void suspend() {
  subscriptions.suspendAll();
}