futureType abstract method

InterfaceType futureType(
  1. DartType valueType
)

Return the instantiation of the built-in class Future with the given valueType. The type has the nullability suffix of this provider.

Implementation

InterfaceType futureType(DartType valueType);