menu
psdk_frame_father package
documentation
father/command/single/binary_command.dart
BinaryCommand
appendListInt method
appendListInt method
dark_mode
light_mode
appendListInt
method
BinaryCommand
appendListInt
(
List
<
int
>
binary
)
Implementation
BinaryCommand appendListInt(List<int> binary) { _binary.addAll(binary); return this; }
psdk_frame_father package
documentation
father/command/single/binary_command
BinaryCommand
appendListInt method
BinaryCommand class