futureOrType abstract method

InterfaceType futureOrType(
  1. DartType valueType
)

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

Implementation

InterfaceType futureOrType(DartType valueType);