finishedSuccessfully method
void
finishedSuccessfully()
Manually set the status of the last function called to success.
Implementation
void finishedSuccessfully() {
didFinishSuccessfully = true;
}
Manually set the status of the last function called to success.
void finishedSuccessfully() {
didFinishSuccessfully = true;
}