answerCommand abstract method
Answers a delivered command; the kernel keeps the first answer per id.
Implementation
Future<ForgeOutcome> answerCommand(
String commandId,
bool handled,
Map<String, String> details,
);
Answers a delivered command; the kernel keeps the first answer per id.
Future<ForgeOutcome> answerCommand(
String commandId,
bool handled,
Map<String, String> details,
);