init static method
Implementation
static void init(
BuildContext context,
String token, [
CuxLogLevel cuxLogLevel = CuxLogLevel.Internal,
]) {
CuxAnalyticsImpl.init(context, token, cuxLogLevel);
}
static void init(
BuildContext context,
String token, [
CuxLogLevel cuxLogLevel = CuxLogLevel.Internal,
]) {
CuxAnalyticsImpl.init(context, token, cuxLogLevel);
}