handleAyt method

void handleAyt()

Implementation

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