menu
ews package
documentation
Notifications/StreamingSubscription.dart
StreamingSubscription
Unsubscribe method
Unsubscribe method
dark_mode
light_mode
Unsubscribe
method
void
Unsubscribe
(
)
Unsubscribes from the streaming subscription.
Implementation
void Unsubscribe() { this.Service.Unsubscribe(this.Id); }
ews package
documentation
Notifications/StreamingSubscription
StreamingSubscription
Unsubscribe method
StreamingSubscription class