@override Timer createTimer(Duration duration, Function() callback) { return Timer(duration, callback); }