From f831233c09ba9ec4d2f077b12b2a5452f31521b4 Mon Sep 17 00:00:00 2001 From: LiXiaoqi <2360211477.com> Date: Thu, 21 Nov 2024 14:34:17 +0800 Subject: [PATCH] topic --- lib/attach/topic2.dart | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 lib/attach/topic2.dart diff --git a/lib/attach/topic2.dart b/lib/attach/topic2.dart deleted file mode 100644 index ff67304..0000000 --- a/lib/attach/topic2.dart +++ /dev/null @@ -1,19 +0,0 @@ -// import 'package:roslibdart/core/request.dart'; - -// class Topic2 { -// String name; -// String type; - -// Topic2({required this.name, required this.type}); - -// String publish(dynamic message) { -// var req = Request( -// op: "publish", -// id: -// topic: name, -// msg: message, -// ); -// return req.toString(); -// } - -// }