state_example: binder notes
// We create a "state ref", which will store a reference to NotesState. | |
final notesRef = StateRef(NotesState.initial()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment