We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3cc5c commit 96f76e4Copy full SHA for 96f76e4
lib/src/binding_mqtt/constants.dart
@@ -43,9 +43,3 @@ const defaultKeepAlivePeriod = 20;
43
///
44
/// Evaluates to `'application/octet-stream'.
45
const defaultContentType = "application/octet-stream";
46
-
47
-/// Content type used for the Content objects returned by discovery using MQTT.
48
-///
49
-/// Evaluates to `application/td+json`.
50
-// TODO: Should probably be redefined globally
51
-const discoveryContentType = "application/td+json";
0 commit comments