after method

Future<Null> after()

Implementation

Future<Null> after() async {
  return Future.delayed(Duration(milliseconds: toInt()));
}