subscriptions property

List of currently subscribed notifications. All should be canceled when the object is destroyed.

現在購読中の通知一覧。オブジェクトの破棄時にすべてキャンセルするようにしてください。

Implementation

@protected
List<StreamSubscription> get subscriptions => _subscriptions;