dispose method

void dispose()

Dispose of resources (call when done with the client)

Implementation

void dispose() {
  stopBackgroundRefresh();
}