dispose method

void dispose()

Implementation

void dispose() {
  _pub?.dispose();
  _gh?.dispose();
}