AndroidConfig constructor
AndroidConfig({
- String? classMainActivity,
- bool? isSyncContact = false,
- bool? hidePhone = true,
- bool? hideCreateGroup = false,
- bool? hideAddInfoInChat = false,
- bool? hideInfoInChat = false,
- AndroidTheme? androidTheme,
- 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();
}