Created
March 5, 2020 10:10
-
-
Save xinthink/f3d3176563b11cbfc5d8c9965acfe64b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// Save the note before the editor is dismissed | |
Future<dynamic> _onPop(String uid) => _isDirty | |
? _note.saveToFireStore(uid) | |
: Future.value(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment