serialized method
Serializes the request to a json string.
Implementation
String serialized() {
return jsonEncode([NostrConstants.close, subscriptionId]);
}
Serializes the request to a json string.
String serialized() {
return jsonEncode([NostrConstants.close, subscriptionId]);
}