timer flutter code example Example: timer in flutter Future.delayed(Duration(seconds: 1), () { print('yo hey'); });