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