handleAyt method
Implementation
void handleAyt() {
// Respond with NOP as a default "I am here"
onSend(Uint8List.fromList([iac, nop]));
}
void handleAyt() {
// Respond with NOP as a default "I am here"
onSend(Uint8List.fromList([iac, nop]));
}