Provider that exposes the current future value for this async provider.
Provider<Future<T>> get future => _FutureProvider<T>(this);