Skip to content

Instantly share code, notes, and snippets.

@ashishrawat2911
Created April 22, 2019 11:15
Show Gist options
  • Select an option

  • Save ashishrawat2911/d57dbfd9fc465cfe1c20f65be725cef2 to your computer and use it in GitHub Desktop.

Select an option

Save ashishrawat2911/d57dbfd9fc465cfe1c20f65be725cef2 to your computer and use it in GitHub Desktop.
addIntToSF() async {
SharedPreferences prefs = await SharedPreferences.getInstance();
prefs.setInt('intValue', 123);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment