setLogger static method
Sets the logger implementation, called during SDK initialization
Implementation
static void setLogger(ILogger? logger) {
_loggerImpl = logger;
}
Sets the logger implementation, called during SDK initialization
static void setLogger(ILogger? logger) {
_loggerImpl = logger;
}