subscriptionId property

  1. @override
String subscriptionId
override

The id of the PersistentSubscription set by the server. Returns null if subscription failed.

Implementation

@override
String get subscriptionId => super.subscriptionId!;