commandAnswers property

List<({String commandId, Map<String, String> details, bool handled})> commandAnswers
final

Every remote-command answer forwarded, in order.

Implementation

final List<({String commandId, bool handled, Map<String, String> details})>
    commandAnswers =
    <({String commandId, bool handled, Map<String, String> details})>[];