OkHiAppConfiguration.withRawValue constructor
OkHiAppConfiguration.withRawValue({
- required String branchId,
- required String clientKey,
- required String environmentRawValue,
- OkHiAndroidNotification? notification,
Implementation
OkHiAppConfiguration.withRawValue(
{required this.branchId,
required this.clientKey,
required this.environmentRawValue,
OkHiAndroidNotification? notification}) {
this.notification = notification ?? OkHiAndroidNotification.withDefaults();
}