For example, if a function returns Future<String> , this means that in the future, it will provide a string to you . For the sake of practicing, we can use one of the Future constructors to create our own Future object. The following code creates an instance of Future<String> which will complete immediately.