dispose method

void dispose()

Disposes of the client and cleans up resources

Implementation

void dispose() {
  _logger.info('Disposing WhatsAppCloudServerClient');
  // Cleanup if needed in the future
}