init method

Future<void> init({
  1. String? androidApiKey,
  2. String? iosApiKey,
  3. bool androidPrivacyShown = true,
  4. bool androidPrivacyAgreed = true,
})

Implementation

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