del unused

This commit is contained in:
csf
2022-05-17 21:58:15 +08:00
parent a7af7967f6
commit 7296e55435
3 changed files with 0 additions and 11 deletions

View File

@@ -198,7 +198,6 @@ class ServerModel with ChangeNotifier {
Future<Null> startService() async {
_isStart = true;
notifyListeners();
FFI.setByName("ensure_init_event_queue");
FFI.ffiModel.updateEventListener("");
await FFI.invokeMethod("init_service");
FFI.setByName("start_service");