使用 assets_util 来管理 assets
This commit is contained in:
@@ -8,6 +8,7 @@ import 'models/vehicle_cmd.dart';
|
||||
/// 车辆命令处理器抽象类
|
||||
abstract class VehicleCommandHandler {
|
||||
AIChatCommandCubit? commandCubit;
|
||||
|
||||
/// 执行车辆控制命令
|
||||
Future<(bool, Map<String, dynamic>?)> executeCommand(VehicleCommand command);
|
||||
}
|
||||
@@ -48,5 +49,4 @@ class AIChatAssistantManager {
|
||||
_commandCubit?.close();
|
||||
_commandCubit = null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user