Floating-Dartists / matomo-tracker

A fully cross-platform wrap of the Matomo tracking client for Flutter, using the Matomo API.
https://pub.dev/packages/matomo_tracker
MIT License
26 stars 28 forks source link

Remove send from dispatcher #76

Closed EPNW-Eric closed 1 year ago

EPNW-Eric commented 1 year ago

In preparation for the new_visit feature I looked through the code an noticed that the send method is never used, only sendBatch, so I think we should remove it.

This also breaks a test, but the test in question was already "wrong" I guess, since it should have tested sendBatch instead of send? Anyway, I wasn't able to fix it 😞.