lenra-io/client-lib-flutter

[Task] Call listener as function

Offen

#21 geöffnet am 20.02.2024

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Dart (0 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (3 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

What should be done

To call a listener we have to keep the route (or at least the callListener function) in the calling scope and that is not great.

This PR parses the received data to add a call method to the Listener components that can take an event object as param.

Technical recommandation

Contributor Guide