void start(Duration duration, void Function() callback) { stop(); _handle = Timer(duration, callback); }