dispose method
Disposes the resources when the state is disposed.
Implementation
@override
void dispose(T last) => _provider.dispose(last);
Disposes the resources when the state is disposed.
@override
void dispose(T last) => _provider.dispose(last);