shutdown method

void shutdown()

Implementation

void shutdown() {
  _cloudApiClient?.close();
  _cloudApiClient = null;
}