We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8c3a3f + badcf55 commit ce196e4Copy full SHA for ce196e4
lib/src/appsflyer_sdk.dart
@@ -27,6 +27,7 @@ class AppsflyerSdk {
27
EventChannel(AppsflyerConstants.AF_EVENTS_CHANNEL);
28
29
//check if the option variable is AFOptions type or map type
30
+ assert(options is AppsFlyerOptions || options is Map);
31
if (options is AppsFlyerOptions) {
32
_instance = AppsflyerSdk.private(methodChannel, eventChannel,
33
afOptions: options);
0 commit comments