UnsubscribeRequest extension type
Sent from the client to request cancellation of resources/updated notifications from the server.
This should follow a previous resources/subscribe request.
Constructors
- UnsubscribeRequest.new({required String uri, MetaWithProgressToken? meta})
-
factory
-
UnsubscribeRequest.fromMap(Map<
String, Object?> _value)
Properties
- meta → MetaWithProgressToken?
-
If specified, the caller is requesting out-of-band progress notifications
for this request (as represented by notifications/progress).
no setterinherited
- uri → String
-
The URI of the resource to unsubscribe from.
no setter
Constants
- methodName → const String