ProtocolSubscription constructor

ProtocolSubscription(
  1. void _complete()
)

Instantiates a new ProtocolSubscription.

The _complete callback will be called when the ProtocolSubscription has been stopped (either internally or externally).

Implementation

ProtocolSubscription(this._complete);