futureType2 abstract method

  1. @Deprecated('Use futureType instead')
InterfaceType futureType2(
  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

@Deprecated('Use futureType instead')
InterfaceType futureType2(DartType valueType);