setOnCompleteListener method
Sets the callback function to be executed when the sleep is complete.
Implementation
void setOnCompleteListener(OnCountdownCompleteListener listener) {
_complete = listener;
}
Sets the callback function to be executed when the sleep is complete.
void setOnCompleteListener(OnCountdownCompleteListener listener) {
_complete = listener;
}