AppierInitConfig constructor

AppierInitConfig({
  1. required String appId,
  2. String? senderId,
  3. String? appGroup,
  4. bool? isDev = false,
})

Implementation

AppierInitConfig({
  required this.appId,
  this.senderId,
  this.appGroup,
  this.isDev = false,
});