dispatchActions method

Future<void> dispatchActions()

Iterate on the actions in the queue and send them to Matomo.

Implementation

Future<void> dispatchActions() {
  return _dequeue();
}