dispose method
void
dispose()
Dispose of resources (call when done with the client)
Implementation
void dispose() {
stopBackgroundRefresh();
}
Dispose of resources (call when done with the client)
void dispose() {
stopBackgroundRefresh();
}