Native Future
            A NativeFuture returns an instance of platform specific Future wrapped in a common API. Calling NativeFuture.await will wait until the result is available.
The platform specific implementations have their own constructors which wrap the native Future API.
Functions
Properties
isCompleted
                        
                  Link copied to clipboard
                      
                    
                  Returns true if the future has completed and is ready to await.
isCompleted
                        
                  Link copied to clipboard
                      
                    
                  Returns true if the future has completed and is ready to await.