dispose method
Closes the open HttpClient - this will make the provider unable to perform network requests
Implementation
@override
void dispose() {
super.dispose();
httpClient.close();
}
Closes the open HttpClient - this will make the provider unable to perform network requests
@override
void dispose() {
super.dispose();
httpClient.close();
}