aloisdeniel / flutter_plugin_appcenter

Flutter plugins for accessing Visual Studio App Center services.
55 stars 51 forks source link

Return success result from track event method #9

Open LordLaser opened 5 years ago

LordLaser commented 5 years ago

On android the call to track event never returns a success so if you await the call in Dart it will never complete.

tomalabaster commented 5 years ago

Looks good to me