future property

Future<BlurHash> future
inherited

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;