From 101ca53c13c9060efb5f23c160ab4549a52bd08c Mon Sep 17 00:00:00 2001 From: sensuikan1973 Date: Thu, 15 May 2025 10:10:18 +0900 Subject: [PATCH] Now that closeDll is not experimental, delete the annotation --- lib/src/libedax.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/libedax.dart b/lib/src/libedax.dart index 5ad35b19a4..03cad605e1 100644 --- a/lib/src/libedax.dart +++ b/lib/src/libedax.dart @@ -53,7 +53,6 @@ class LibEdax { /// Close dll. /// /// After you call this, if you use edax command, you have to recreate [LibEdax] instance. - @experimental void closeDll() => _dylib.close(); /// Init board.