From bb3d3b1947b1139ad34f65d446592681a5792ec1 Mon Sep 17 00:00:00 2001 From: uvok Date: Thu, 31 Jul 2025 18:50:13 +0200 Subject: Cleanup DeviceConnection --- lib/model/connection/device_connection.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/model/connection/device_connection.dart b/lib/model/connection/device_connection.dart index baeaa9f..ef8a8fc 100644 --- a/lib/model/connection/device_connection.dart +++ b/lib/model/connection/device_connection.dart @@ -21,8 +21,4 @@ abstract class DeviceConnection { Future connect(); Future disconnect(); ValueNotifier get status; - - // Future read(String endpoint); - // Future write(String endpoint, Uint8List data); - // Stream subscribe(String endpoint); } -- cgit v1.2.3