reset method
Creates a command to reset the stopwatch.
This does not stop the stopwatch if it's running.
Implementation
Cmd reset() {
return Cmd.message(StopwatchResetMsg(_tag, _id));
}
Creates a command to reset the stopwatch.
This does not stop the stopwatch if it's running.
Cmd reset() {
return Cmd.message(StopwatchResetMsg(_tag, _id));
}