init method
Implementation
Future<void> init({
String? androidApiKey,
String? iosApiKey,
bool androidPrivacyShown = true,
bool androidPrivacyAgreed = true,
}) {
throw UnimplementedError('init() has not been implemented.');
}
Future<void> init({
String? androidApiKey,
String? iosApiKey,
bool androidPrivacyShown = true,
bool androidPrivacyAgreed = true,
}) {
throw UnimplementedError('init() has not been implemented.');
}