Created
March 5, 2020 09:30
-
-
Save xinthink/4031a6c058ef49055aa0640852703664 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/// Callback before the user dismiss the editor | |
Future<dynamic> _onPop(String uid) => _isDirty | |
? saveToFireStore(uid, _note) | |
: Future.value(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment