Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Sep 12, 2024
1 parent c04e585 commit 318e930
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ class _DataConnectWidgetState extends State<DataConnectWidget> {

QueryRef<ListMoviesResponse, void> ref =
MoviesConnector.instance.listMovies.ref();

ref.subscribe().listen((event) {
setState(() {
_movies = event.data.movies;
Expand Down

0 comments on commit 318e930

Please sign in to comment.