You can try something like this:
late Future<String> test; test = Future.delayed(const Duration(seconds: 0), () => "test");