Skip to content

Commit

Permalink
feat(protocol_client)!: remove unsubscribeResource method
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jan 18, 2022
1 parent 3485b30 commit 8a9a1b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/src/core/protocol_interfaces/protocol_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ abstract class ProtocolClient {
void Function(Exception error)? error,
void Function()? complete);

/// Requests the client to perform a `unsubscribeproperty` operation on a
/// [form].
// TODO(JKRhb): Unclear if this should rather be an unlinkResource method.
Future<Content> unsubscribeResource(Form form);

/// Defines the security definitions used by the client.
// TODO(falko17): Document return parameter
bool setSecurity(List<SecurityScheme> metaData, Credentials? credentials);
Expand Down

0 comments on commit 8a9a1b0

Please sign in to comment.