Subscription constructor

const Subscription(
  1. VoidCallback unsubscribe
)

Implementation

const Subscription(this.unsubscribe);