AndroidConfig constructor

AndroidConfig({
  1. String? classMainActivity,
  2. bool? isSyncContact = false,
  3. bool? hidePhone = true,
  4. bool? hideCreateGroup = false,
  5. bool? hideAddInfoInChat = false,
  6. bool? hideInfoInChat = false,
  7. AndroidTheme? androidTheme,
  8. AndroidSetting? androidSetting,
})

Implementation

AndroidConfig({
  this.classMainActivity,
  this.isSyncContact = false,
  this.hidePhone = true,
  this.hideCreateGroup = false,
  this.hideAddInfoInChat = false,
  this.hideInfoInChat = false,
  this.androidTheme,
  this.androidSetting,
}) {
  androidTheme ??= AndroidTheme();
}