Skip to content

Instantly share code, notes, and snippets.

@ttlg
Created November 21, 2021 12:47
Show Gist options
  • Save ttlg/f090381174f8c41b3cbd7aee0afc75ab to your computer and use it in GitHub Desktop.
Save ttlg/f090381174f8c41b3cbd7aee0afc75ab to your computer and use it in GitHub Desktop.
useEffect(() {
ref.read(todoViewController).initState();
return ref.read(todoViewController).dispose;
}, []);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment