AutoDisposeAsyncProviderX<State> extension

Adds future and stream to autoDispose providers that emit an AsyncValue

on

Properties

future AutoDisposeProviderBase<Future<State>>
Exposes a Future which resolves with the last value or error emitted.
no setter
stream AutoDisposeProviderBase<Stream<State>>
Exposes the Stream created by a StreamProvider.
no setter