setTrans is a function as declared here
void setTrans(String message);
but there is no function definition for it saying what the function should do, so you get the error. What do you want the setTrans() function to do ?
setTrans is a function as declared here
void setTrans(String message);
but there is no function definition for it saying what the function should do, so you get the error. What do you want the setTrans() function to do ?