Sends a CAN message with the given ID and data.
@override void sendMessage({required int id, required List<int> data}) { }