future property
Future<State>
get
future
Obtains the Future associated to this provider.
This is equivalent to doing ref.read(myProvider.future).
See also FutureProvider.future.
Implementation
Future<State> get future;