Future later(dynamic action())

Source

static Future later(action()) {
  return new Future(action);
}