AppsFlyerDidConfirmSourceCallback typedef

AppsFlyerDidConfirmSourceCallback = dynamic Function(bool isOrganic, String? error)

Implementation

typedef AppsFlyerDidConfirmSourceCallback = Function(
    bool isOrganic, String? error);