getClient method

Client getClient()

Implementation

Client getClient() {
  if (_client == null) {
    throw Exception("Client not set in ABSmartlyConfig");
  }
  return _client!;
}