Send a message through the sendPort.
void sendAlert({required String message}) { alertSendPort.send(message); }