getClient method

Client? getClient()

Implementation

Client? getClient() {
  return influxDB.client;
}