init static method

void init(
  1. BuildContext context,
  2. String token, [
  3. CuxLogLevel cuxLogLevel = CuxLogLevel.Internal
])

Implementation

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