inState method
Returns a snapshot like this one, but in the specified state.
The data, error, and stackTrace fields persist unmodified, even if the new state is ConnectionState.none.
Implementation
@override
AsyncSnapshot<T> inState(ConnectionState state) => value.inState(state);