You have defined a class. You have not created an instance of that class, in the sketch. You are not calling methods on that (non-existent) instance.
You have defined a class. You have not created an instance of that class, in the sketch. You are not calling methods on that (non-existent) instance.