Created
April 22, 2019 11:17
-
-
Save ashishrawat2911/362c16deae76b40b8d2b357ebc68269c 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
| addBoolToSF() async { | |
| SharedPreferences prefs = await SharedPreferences.getInstance(); | |
| prefs.setBool('boolValue', true); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment