LemniskCleverTapCore constructor

LemniskCleverTapCore({
  1. required bool? enable,
  2. required bool? isDebug,
})

Implementation

LemniskCleverTapCore({
  required this.enable,
  required this.isDebug,
});