saadfarhan124 / flutter_facebook_sdk

A flutter plugin to get facebook deep links and log app events using the latest Facebook SDK to include support for iOS 14
Apache License 2.0
24 stars 85 forks source link

Fix #5: Return true instead when setAdvertiserTracking succeed #6

Closed hermanccw closed 3 years ago

hermanccw commented 3 years ago

Intead of returning nil when when setAdvertiserTracking succeed, return true instead.

Also fix a small typo in the comment

Julius-Bendt commented 3 years ago

Is there a reason this hasn't been merged yet?